mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
add support to ;
for comments in unit files as per systemd documentation
Signed-off-by: Ahmed Moalla <ahmed.moalla@gmail.com>
This commit is contained in:
@ -11,11 +11,14 @@ After=network-online.target
|
||||
[Container]
|
||||
# Image=localhost/otherimagename:latest
|
||||
Image=localhost/imagename:latest
|
||||
; Image=localhost/image:latest
|
||||
ContainerName=greatName
|
||||
; ContainerName=otherName
|
||||
# HostName=my-hostname
|
||||
Label=io.containers.autoupdate=registry
|
||||
Environment=PUID=1000 PGID=100 SEED_RATIO=1.3 TZ=Europe/Prague
|
||||
Volume=./.config:/config
|
||||
Volume=./downloads:/downloads
|
||||
# -v /path/to/watch/folder:/watch \
|
||||
; -v /other/path/to/watch/folder:/watch \
|
||||
PublishPort=9091:9091
|
||||
|
Reference in New Issue
Block a user