expose torrent port
This commit is contained in:
parent
31b2c338ad
commit
b11e8bf0e7
2 changed files with 4 additions and 5 deletions
|
@ -13,4 +13,4 @@ HOST_MAIL=mail
|
|||
# other
|
||||
TZ=Europe/Paris
|
||||
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
||||
|
||||
DELUGE_TORRENT_PORT=6881
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue