Semplificazione syncthing

This commit is contained in:
miracle091 2021-05-17 16:54:47 +02:00
parent 4416909b23
commit bf31eec86b
3 changed files with 12 additions and 12 deletions

View File

@ -2,9 +2,9 @@
SYNCTHING_CONFIG=/home/docker/syncthing/config
SYNCTHING_DATA=/home/docker/syncthing/data
SYNCTHING_WEBUI_PORT=8384
SYNCTHING_LST_TCP=22000/tcp
SYNCTHING_LST_UDP=22000/udp
SYNCTHING_PORT_DSC=21027/udp
SYNCTHING_LST_TCP=22000
SYNCTHING_LST_UDP=22000
SYNCTHING_PORT_DSC=21027
# Syncthing
TZ=Europe/Amsterdam

View File

@ -48,9 +48,9 @@ services:
restart: unless-stopped
ports:
- ${SYNCTHING_WEBUI_PORT:-8384}:8384
- ${SYNCTHING_LST_TCP:-22000/tcp}:22000/tcp
- ${SYNCTHING_LST_UDP:-22000/udp}:22000/udp
- ${SYNCTHING_PORT_DSC:-21027/udp}:21027/udp
- ${SYNCTHING_LST_TCP:-22000}/tcp:22000/tcp
- ${SYNCTHING_LST_UDP:-22000}/udp:22000/udp
- ${SYNCTHING_PORT_DSC:-21027}/udp:21027/udp
env_file: .env
sysctls:
- net.core.rmem_max=2097152
@ -65,9 +65,9 @@ services:
SYNCTHING_CONFIG=/home/docker/syncthing/config
SYNCTHING_DATA=/home/docker/syncthing/data
SYNCTHING_WEBUI_PORT=8384
SYNCTHING_LST_TCP=22000/tcp
SYNCTHING_LST_UDP=22000/udp
SYNCTHING_PORT_DSC=21027/udp
SYNCTHING_LST_TCP=22000
SYNCTHING_LST_UDP=22000
SYNCTHING_PORT_DSC=21027
# Syncthing
TZ=Europe/Amsterdam

View File

@ -6,9 +6,9 @@ services:
restart: unless-stopped
ports:
- ${SYNCTHING_WEBUI_PORT:-8384}:8384
- ${SYNCTHING_LST_TCP:-22000/tcp}:22000/tcp
- ${SYNCTHING_LST_UDP:-22000/udp}:22000/udp
- ${SYNCTHING_PORT_DSC:-21027/udp}:21027/udp
- ${SYNCTHING_LST_TCP:-22000}/tcp:22000/tcp
- ${SYNCTHING_LST_UDP:-22000}/udp:22000/udp
- ${SYNCTHING_PORT_DSC:-21027}/udp:21027/udp
env_file: .env
sysctls:
- net.core.rmem_max=2097152