changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / skelfile

revision 39: c0ed453c44f9
parent 38: c4d56de0ee1a
parent 37: 60461d073737
child 40: 90970dfd5a8b
     1.1--- a/skelfile	Fri Sep 13 20:17:53 2024 -0400
     1.2+++ b/skelfile	Fri Sep 13 20:18:24 2024 -0400
     1.3@@ -58,7 +58,7 @@
     1.4              )
     1.5  (mail ()
     1.6        (:build () #$podman build -f Containerfile.mail -t mail --no-cache$#)
     1.7-       (:run () #$podman run --name mail --replace -dt mail$#))
     1.8+       (:run () #$podman run --name mail --replace -dt -p 8080 mail$#))
     1.9  (alpine-infra ()
    1.10                (:build () #$podman build -f Containerfile.alpine-infra -t alpine-infra --replace$#)
    1.11                (:run () #$podman run --name alpine-infra --replace -dt alpine-infra$#))