1
0
Fork 0

syncthing: move shares to a subfolder

This commit is contained in:
Lukáš Kucharczyk 2024-12-31 06:24:00 +01:00
parent 5c8d6f9140
commit f913a10ee1
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ services:
container_name: syncthing
volumes:
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
- "${DOCKER_STORAGE_PATH}/syncthing:/shares"
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
ports:
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"