|
|
@ -1,14 +1,6 @@ |
|
|
|
version: "3.8" |
|
|
|
services: |
|
|
|
wg-easy: |
|
|
|
image: weejewel/wg-easy |
|
|
|
container_name: wg-easy |
|
|
|
volumes: |
|
|
|
- .wg-easy:/etc/wireguard |
|
|
|
ports: |
|
|
|
- "51820:51820/udp" |
|
|
|
- "51821:51821/tcp" |
|
|
|
restart: unless-stopped |
|
|
|
environment: |
|
|
|
# ⚠️ Required: |
|
|
|
# Change this to your host's public address |
|
|
@ -19,6 +11,15 @@ services: |
|
|
|
# - WG_PORT=51820 |
|
|
|
# - WG_DEFAULT_ADDRESS=10.8.0.x |
|
|
|
# - WG_DEFAULT_DNS=1.1.1.1 |
|
|
|
|
|
|
|
image: weejewel/wg-easy |
|
|
|
container_name: wg-easy |
|
|
|
volumes: |
|
|
|
- .wg-easy:/etc/wireguard |
|
|
|
ports: |
|
|
|
- "51820:51820/udp" |
|
|
|
- "51821:51821/tcp" |
|
|
|
restart: unless-stopped |
|
|
|
cap_add: |
|
|
|
- NET_ADMIN |
|
|
|
- SYS_MODULE |
|
|
|