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