Update docker-compose.yml
This commit is contained in:
@@ -98,16 +98,16 @@ services:
|
|||||||
- PUID=568
|
- PUID=568
|
||||||
- PGID=568
|
- PGID=568
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
- TZ=America/New_York
|
- TZ=America/Chicago
|
||||||
- WEBUI_PORTS=8080/tcp,8080/udp
|
- WEBUI_PORTS=8080/tcp,8080/udp
|
||||||
- VPN_ENABLED=true
|
- VPN_ENABLED=true
|
||||||
- VPN_CONF=wg0
|
- VPN_CONF=wg0
|
||||||
- VPN_PROVIDER=generic
|
- VPN_PROVIDER=proton
|
||||||
- VPN_LAN_NETWORK=${LAN}
|
- VPN_LAN_NETWORK=${LAN}
|
||||||
- VPN_LAN_LEAK_ENABLED=false
|
- VPN_LAN_LEAK_ENABLED=false
|
||||||
- VPN_EXPOSE_PORTS_ON_LAN=
|
- VPN_EXPOSE_PORTS_ON_LAN=
|
||||||
- VPN_AUTO_PORT_FORWARD= # enter port number here
|
- VPN_AUTO_PORT_FORWARD= ${PORT}# enter port number here
|
||||||
- VPN_PORT_REDIRECTS= # enter port number here
|
- VPN_PORT_REDIRECTS= ${PORT}# enter port number here
|
||||||
- VPN_FIREWALL_TYPE=auto
|
- VPN_FIREWALL_TYPE=auto
|
||||||
- VPN_HEALTHCHECK_ENABLED=false
|
- VPN_HEALTHCHECK_ENABLED=false
|
||||||
- VPN_NAMESERVERS=wg
|
- VPN_NAMESERVERS=wg
|
||||||
@@ -153,7 +153,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_PATH}/newtarr:/config
|
- ${CONFIG_PATH}/newtarr:/config
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/New_York
|
- TZ=America/Chicago
|
||||||
|
|
||||||
watchtower:
|
watchtower:
|
||||||
image: nickfedor/watchtower
|
image: nickfedor/watchtower
|
||||||
|
|||||||
Reference in New Issue
Block a user