Print version on init

This commit is contained in:
thespad
2024-06-24 20:42:22 +01:00
parent 015b1ddfc0
commit 78bcde2706
6 changed files with 11 additions and 25 deletions

View File

@@ -106,7 +106,7 @@ services:
- PEERPORT= #optional
- HOST_WHITELIST= #optional
volumes:
- /path/to/data:/config
- /path/to/transmission/data:/config
- /path/to/downloads:/downloads
- /path/to/watch/folder:/watch
ports:
@@ -133,7 +133,7 @@ docker run -d \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /path/to/data:/config \
-v /path/to/transmission/data:/config \
-v /path/to/downloads:/downloads \
-v /path/to/watch/folder:/watch \
--restart unless-stopped \