Whitespace and gitignore
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
syncserver:
|
||||
build: ./build
|
||||
container_name: syncthing
|
||||
restart: unless-stopped
|
||||
syncserver:
|
||||
build: ./build
|
||||
container_name: syncthing
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
- "./stdata:/stdata"
|
||||
- "./stconfig:/stconfig"
|
||||
# host:container
|
||||
ports:
|
||||
- "8384:8384"
|
||||
- "22067:22067"
|
||||
volumes:
|
||||
- "./stdata:/stdata"
|
||||
- "./stconfig:/stconfig"
|
||||
|
||||
ports:
|
||||
- "8384:8384"
|
||||
- "22067:22067"
|
Reference in New Issue
Block a user