transmission. Renaming path mapping variables for consistency.
This commit is contained in:
parent
412a02ef02
commit
cf7d7b616b
|
@ -18,7 +18,7 @@ services:
|
|||
- '${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_TMP_DOWNLOAD_EXT:-/dev/null}:${DIR_TMP_DOWNLOAD_INT:-/dev/null}'
|
||||
- '${DIR_WATCH_EXT:-./watch}:/watch'
|
||||
network_mode: '${NETWORK_MODE:-bridge}'
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue