Inital Commit
This commit is contained in:
25
docker-compose.yml
Executable file
25
docker-compose.yml
Executable file
@@ -0,0 +1,25 @@
|
|||||||
|
version: "2.1"
|
||||||
|
services:
|
||||||
|
wireguard:
|
||||||
|
image: linuxserver/wireguard
|
||||||
|
container_name: wireguard
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
- SYS_MODULE
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/London
|
||||||
|
- SERVERURL=gerbil.tk #optional
|
||||||
|
- SERVERPORT=51820 #optional
|
||||||
|
- PEERS=1 #optional
|
||||||
|
- PEERDNS=auto #optional
|
||||||
|
- INTERNAL_SUBNET=10.13.13.0 #optional
|
||||||
|
volumes:
|
||||||
|
- /Red-Vol/Media/Containers/wireguard/config:/config
|
||||||
|
- /lib/modules:/lib/modules
|
||||||
|
ports:
|
||||||
|
- 51820:51820/udp
|
||||||
|
sysctls:
|
||||||
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user