Timezone fix

This commit is contained in:
2021-09-20 19:59:46 +03:00
parent af16552b9f
commit 5b48f983d7

View File

@@ -10,12 +10,12 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- TZ=Asia/Jerusalem
- SERVERURL=pukeko.xyz #optional
- SERVERPORT=51820 #optional
- PEERS=1 #optional
- PEERDNS=auto #optional
- INTERNAL_SUBNET=10.13.13.0 #optional
# - INTERNAL_SUBNET=10.13.13.0 #optional
- ALLOWEDIPS=0.0.0.0/0 #optional
volumes:
- ./config:/config
@@ -25,3 +25,6 @@ services:
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
restart: unless-stopped
networks:
default:
name: gerbil_network