syncthing: move shares to a subfolder
This commit is contained in:
parent
5c8d6f9140
commit
f913a10ee1
|
@ -369,7 +369,7 @@ services:
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing:/shares"
|
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
|
||||||
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…
Reference in New Issue