expose torrent port

This commit is contained in:
Yax 2020-07-07 20:45:30 +02:00
parent 31b2c338ad
commit b11e8bf0e7
2 changed files with 4 additions and 5 deletions

View file

@ -13,4 +13,4 @@ HOST_MAIL=mail
# other
TZ=Europe/Paris
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
DELUGE_TORRENT_PORT=6881

View file

@ -9,12 +9,11 @@ services:
- srv
environment:
DELUGE_LOGLEVEL: info
# PGID: ${PUID}
# PUID: ${PGID}
TZ: ${TZ}
# UMASK_SET: '022'
TZ: ${TZ}
expose:
- 8112
ports:
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}
volumes:
- deluge_config:/config:rw
- deluge_downloads:/downloads:rw