Fix pipeline failures
This commit is contained in:
parent
76821076e3
commit
b33411e3a5
5
server/config/wireguard/.env
Normal file
5
server/config/wireguard/.env
Normal file
@ -0,0 +1,5 @@
|
||||
DOCKER_DATA=/home/joey/data/wireguard
|
||||
PASSWORD=7IoEvL8y4eDWBDeLPwUR322Q2A6TNWGH
|
||||
WG_HOST=vpn.jafner.net
|
||||
WG_PORT=53820
|
||||
WG_DEFAULT_DNS=192.168.1.22
|
@ -5,7 +5,7 @@ services:
|
||||
container_name: wireguard_wg-easy
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .secret
|
||||
- .env
|
||||
ports:
|
||||
- 53820:51820/udp
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user