docker/syncthing/docker-compose.yml

15 lines
240 B
YAML
Raw Normal View History

2022-10-01 17:31:31 -07:00
version: "2"
services:
2022-10-13 07:59:08 -07:00
syncserver:
build: ./build
container_name: syncthing
restart: unless-stopped
2022-10-01 17:31:31 -07:00
2022-10-13 07:59:08 -07:00
volumes:
- "./stdata:/stdata"
- "./stconfig:/stconfig"
ports:
- "8384:8384"
- "22067:22067"