- Add optional additional storage directories support.
This commit is contained in:
@@ -22,6 +22,8 @@ services:
|
||||
IMG_FROM_URL: ${P2P_IMG_FROM_URL}
|
||||
|
||||
MODULE_PATH: ${P2P_MODULE_PATH}
|
||||
DELUGE_SPOOL: ${P2P_SPOOL_INT}
|
||||
DELUGE_LIB: ${P2P_LIB_INT}
|
||||
DELUGE_PORT_DAEMON: ${P2P_PORT_MAIN_INT}
|
||||
DELUGE_PORT_WEB: ${P2P_PORT_ADMIN_INT}
|
||||
|
||||
@@ -46,6 +48,7 @@ services:
|
||||
- ./${P2P_LOG_INIT_EXT}:${P2P_LOG_INIT_INT}
|
||||
- ./${P2P_LOG_SV_EXT}:${P2P_LOG_SV_INT}
|
||||
- ./${P2P_SPOOL_EXT}:${P2P_SPOOL_INT}
|
||||
# - ./${P2P_SPOOL_OPT0_EXT}:${P2P_SPOOL_OPT0_INT}
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user