From ce3b66a9031fa3e5325e999b5ba4f39cf5030a8e Mon Sep 17 00:00:00 2001 From: Galuh Sahid Date: Tue, 26 Dec 2023 14:47:28 +0100 Subject: [PATCH] update --- syncthing/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index d97e361..ec4a99c 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -4,14 +4,14 @@ services: syncthing: image: syncthing/syncthing container_name: syncthing - hostname: my-syncthing + hostname: velouria-syncthing environment: - PUID=1000 - PGID=1000 volumes: - ${PWD}/st-sync:/var/syncthing ports: - - 8384:8384 # Web UI + - "100.104.163.2:8384:8384" # Web UI - 22000:22000/tcp # TCP file transfers - 22000:22000/udp # QUIC file transfers - 21027:21027/udp # Receive local discovery broadcasts