ajout app
This commit is contained in:
0
Wireguard Easy/docker-compose-traefik.yml
Normal file
0
Wireguard Easy/docker-compose-traefik.yml
Normal file
21
Wireguard Easy/docker-compose.yml
Normal file
21
Wireguard Easy/docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
wg-easy:
|
||||
image: ghcr.io/wg-easy/wg-easy
|
||||
restart: unless-stopped
|
||||
sysctls:
|
||||
- net.ipv4.ip_forward=1
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
cap_add:
|
||||
- SYS_MODULE
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- '51821:51821/tcp'
|
||||
- '51820:51820/udp'
|
||||
volumes:
|
||||
- '~/.wg-easy:/etc/wireguard'
|
||||
environment:
|
||||
- PASSWORD=12345 # changer_moi
|
||||
- WG_HOST=25.458.123.12 # changez_moi
|
||||
- LANG=fr
|
||||
container_name: wg-easy
|
Reference in New Issue
Block a user