Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
81de2a979b
1 changed files with 0 additions and 28 deletions
|
@ -44,31 +44,3 @@ services:
|
||||||
# - production
|
# - production
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
||||||
wireguard:
|
|
||||||
image: lscr.io/linuxserver/wireguard:latest
|
|
||||||
container_name: wireguard
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_MODULE
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Amsterdam
|
|
||||||
- SERVERURL=neo.faulty.nl
|
|
||||||
- SERVERPORT=51820
|
|
||||||
- PEERS=1
|
|
||||||
- PEERDNS=auto
|
|
||||||
- INTERNAL_SUBNET=10.13.13.0
|
|
||||||
- ALLOWEDIPS=0.0.0.0/0
|
|
||||||
- LOG_CONFS=true
|
|
||||||
volumes:
|
|
||||||
- /srv/wireguard/config:/config
|
|
||||||
- /lib/modules:/lib/modules
|
|
||||||
ports:
|
|
||||||
- 51820:51820/udp
|
|
||||||
# profiles:
|
|
||||||
# - production
|
|
||||||
sysctls:
|
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
|
||||||
restart: unless-stopped
|
|
Reference in a new issue