mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/synchting:/var/syncthing # your path on where to store synched files
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/syncthing:/var/syncthing # your path on where to store synched files
|
||||
ports:
|
||||
- 8384:8384 # Web UI
|
||||
#- 22000:22000/tcp # TCP file transfers
|
||||
@@ -28,4 +28,4 @@ services:
|
||||
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
# external: true
|
||||
Reference in New Issue
Block a user