Initial commit

This commit is contained in:
Lucas
2025-06-04 12:50:57 +00:00
commit 10e98555c0
3 changed files with 73 additions and 0 deletions

25
docker-compose.yml Normal file
View File

@@ -0,0 +1,25 @@
services:
wireguard:
image: linuxserver/wireguard
container_name: wireguard
volumes:
- ./wireguard-server/config:/config
- /lib/modules:/lib/modules
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- SERVEURURL=lucasroyer.com #optional
- SERVERPORT=51820 #optional
- PEERS=4 #optional
- PEERDNS=auto #optional
- INTERNAL_SUBNET=10.10.10.0 #optional
- LOG_CONFS=true #optional
ports:
- 51820:51820/udp