in-progress update
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
wireguard:
|
||||
container_name: wireguard
|
||||
environment:
|
||||
WG_HOST: $publicip
|
||||
PASSWORD: $adminpass
|
||||
volumes:
|
||||
- ./wireguard:/etc/wireguard
|
||||
ports:
|
||||
- 51820:51820/udp
|
||||
networks:
|
||||
- dockge_default
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
- net.ipv4.ip_forward=1
|
||||
restart: unless-stopped
|
||||
image: weejewel/wg-easy
|
||||
networks:
|
||||
dockge_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user