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:
Ahmed Moalla
2025-01-09 18:46:00 +01:00
parent 1a00c92e00
commit 75b4a1b2aa
3 changed files with 31 additions and 1 deletions

View File

@ -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