Skip to content

Commit

Permalink
Fix WIREGUARD vars
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Jan 25, 2025
1 parent 64a506b commit 3d8eea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions compose/.apps/wireguard/wireguard.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##
## WIREGUARD
##
ALLOWED_IPS='0.0.0.0/0'
ALLOWEDIPS='0.0.0.0/0'
INTERNAL_SUBNET='10.13.13.0'
PEER_DNS='auto'
PEERDNS='auto'
PEERS='1'
SERVER_URL='auto'
SERVERURL='auto'
3 changes: 0 additions & 3 deletions compose/.apps/wireguard/wireguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ services:
- SYS_MODULE
container_name: ${WIREGUARD_CONTAINER_NAME}
environment:
- ALLOWEDIPS=${WIREGUARD_ENVIRONMENT_ALLOWED_IPS}
- PEERDNS=${WIREGUARD_ENVIRONMENT_PEER_DNS}
- PGID=${PGID}
- PUID=${PUID}
- SERVERPORT=${WIREGUARD_PORT_51820}
- SERVERURL=${WIREGUARD_ENVIRONMENT_SERVER_URL}
- TZ=${TZ}
restart: ${WIREGUARD_RESTART}
sysctls:
Expand Down

0 comments on commit 3d8eea5

Please sign in to comment.