Browse Source

- Better folder structure

master
Dan 1 year ago
parent
commit
8030c69c1c
  1. 3
      syncthing-docker-compose.yml

3
syncthing-docker-compose.yml

@ -5,7 +5,8 @@ services:
image: syncthing/syncthing
container_name: syncthing
volumes:
- /volume1/Media:/mnt/Media
- /mnt/pokecenter/Media:/mnt/Media
- /mnt/docker_volumes/syncthing:/var/syncthing
network_mode: host
restart: unless-stopped
healthcheck:

Loading…
Cancel
Save