Update STGUIADDRESS to include port number in Docker Compose configuration

This commit is contained in:
Isaac Shoebottom 2024-09-18 18:42:04 -03:00
parent eeb55bef9c
commit 646da262d6

View File

@ -8,7 +8,7 @@ services:
- TZ=America/Moncton
- PUID=1000
- PGID=1000
- STGUIADDRESS=syncthing.shoebottom.ca
- STGUIADDRESS=syncthing.shoebottom.ca:8384
volumes:
- /docker/appdata/syncthing/Sync:/var/syncthing
ports: