docker/syncthing/docker-compose.yml

15 lines
240 B
YAML

version: "2"
services:
syncserver:
build: ./build
container_name: syncthing
restart: unless-stopped
volumes:
- "./stdata:/stdata"
- "./stconfig:/stconfig"
ports:
- "8384:8384"
- "22067:22067"