Added syncthing files

This commit is contained in:
2022-10-01 17:31:31 -07:00
parent 54bfba2e30
commit 5200155770
3 changed files with 77 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: "2"
services:
syncserver:
build: ./build
container_name: syncthing
restart: unless-stopped
volumes:
- "./stdata:/stdata"
- "./stconfig:/stconfig"
# host:container
ports:
- "8384:8384"
- "22067:22067"