1
0
Fork 0

syncthing: add storage volume

This commit is contained in:
Lukáš Kucharczyk 2024-12-31 06:25:21 +01:00
parent b0882532a7
commit e0d357ca05
1 changed files with 1 additions and 0 deletions

View File

@ -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}"