mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
daee7a0051
commit
87429c7085
|
@ -1,4 +1,5 @@
|
|||
version: "2.1"
|
||||
|
||||
services:
|
||||
transmission:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
|
@ -6,11 +7,13 @@ services:
|
|||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/data:/config'
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/config:/config'
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/downloads:/downloads'
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/watch:/watch'
|
||||
ports:
|
||||
- 9091:9091
|
||||
restart: unless-stopped
|
||||
- 9091:9091 # web ui
|
||||
- 51413:51413 # torrent port tcp
|
||||
- 51413:51413/udp # torrent port udp
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user