Update compose.yaml
This commit is contained in:
parent
f802cb816c
commit
54225420a1
1 changed files with 4 additions and 1 deletions
|
|
@ -59,13 +59,16 @@ services:
|
|||
wg-easy:
|
||||
image: ghcr.io/wg-easy/wg-easy:latest
|
||||
container_name: wg-easy
|
||||
environment:
|
||||
- WG_HOST=vpn.sascha-lutz.de
|
||||
- WG_PORT=51821
|
||||
volumes:
|
||||
- /app-config/wg-easy/:/etc/wireguard
|
||||
- /lib/modules:/lib/modules:ro
|
||||
networks:
|
||||
- proxy_network
|
||||
ports:
|
||||
- "9999:9999/udp"
|
||||
- "51821:51821/udp"
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue