syncthing: add storage volume
This commit is contained in:
parent
b0882532a7
commit
e0d357ca05
@ -370,6 +370,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
|
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
|
||||||
|
- "${STORAGE_PATH}:/storage"
|
||||||
ports:
|
ports:
|
||||||
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
||||||
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"
|
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user