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
|
# other
|
||||||
TZ=Europe/Paris
|
TZ=Europe/Paris
|
||||||
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
||||||
|
DELUGE_TORRENT_PORT=6881
|
||||||
|
|
|
@ -9,12 +9,11 @@ services:
|
||||||
- srv
|
- srv
|
||||||
environment:
|
environment:
|
||||||
DELUGE_LOGLEVEL: info
|
DELUGE_LOGLEVEL: info
|
||||||
# PGID: ${PUID}
|
TZ: ${TZ}
|
||||||
# PUID: ${PGID}
|
|
||||||
TZ: ${TZ}
|
|
||||||
# UMASK_SET: '022'
|
|
||||||
expose:
|
expose:
|
||||||
- 8112
|
- 8112
|
||||||
|
ports:
|
||||||
|
- ${DELUGE_TORRENT_PORT}:${DELUGE_TORRENT_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- deluge_config:/config:rw
|
- deluge_config:/config:rw
|
||||||
- deluge_downloads:/downloads:rw
|
- deluge_downloads:/downloads:rw
|
||||||
|
|
Loading…
Add table
Reference in a new issue