changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / skelfile

revision 37: 60461d073737
parent 35: 28492e359d92
child 39: c0ed453c44f9
     1.1--- a/skelfile	Wed Sep 04 16:57:00 2024 -0400
     1.2+++ b/skelfile	Fri Sep 06 20:04:25 2024 -0400
     1.3@@ -55,7 +55,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$#))