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"
|