transmission. Renaming path mapping variables for consistency.
This commit is contained in:
parent
39714324d9
commit
412a02ef02
|
@ -15,12 +15,12 @@ WEB_PORT=9091
|
|||
|
||||
#NETWORK_MODE=host
|
||||
|
||||
DIR_CONFIG=./config
|
||||
DIR_CONFIG_EXT=./config
|
||||
DIR_DOWNLOAD_EXT=./downloads
|
||||
DIR_DOWNLOAD_INT=/downloads
|
||||
#DIR_TMP_DOWNLOAD_EXT=/path/to/unfinished/downloads
|
||||
#IR_TMP_DOWNLOAD_INT=/downloads_tmp
|
||||
DIR_WATCH=./watch
|
||||
DIR_WATCH_EXT=./watch
|
||||
|
||||
TIMEZONE=Europe/Moscow
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@ services:
|
|||
#- HOST_WHITELIST= #optional
|
||||
env_file: '.env'
|
||||
volumes:
|
||||
- '${DIR_CONFIG:-./config}:/config'
|
||||
- '${DIR_CONFIG_EXT:-./config}:/config'
|
||||
- '${DIR_DOWNLOAD_EXT:-./downloads}:${DIR_DOWNLOAD_INT:-/downloads}'
|
||||
# Separate download cache directory in case you store unfinished torrents on SSD
|
||||
# Use with `"incomplete-dir-enabled": true` in the settings.json. This is `incomplete-dir` parameter.
|
||||
- '${DIR_TMP_DOWNLOAD:-/dev/null}:${DIR_TMP_DOWNLOAD:-/dev/null}'
|
||||
- '${DIR_WATCH:-./watch}:/watch'
|
||||
- '${DIR_WATCH_EXT:-./watch}:/watch'
|
||||
network_mode: '${NETWORK_MODE:-bridge}'
|
||||
ports:
|
||||
- '${WEB_ADDRESS:-0.0.0.0}:${WEB_PORT:-9091}:${WEB_PORT:-9091}'
|
||||
|
|
Loading…
Reference in a new issue