mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2025-02-23 08:34:59 +08:00
update order
This commit is contained in:
parent
a3ff5ab502
commit
c50e7dce7a
@ -1,14 +1,6 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
wg-easy:
|
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:
|
environment:
|
||||||
# ⚠️ Required:
|
# ⚠️ Required:
|
||||||
# Change this to your host's public address
|
# Change this to your host's public address
|
||||||
@ -19,6 +11,15 @@ services:
|
|||||||
# - WG_PORT=51820
|
# - WG_PORT=51820
|
||||||
# - WG_DEFAULT_ADDRESS=10.8.0.x
|
# - WG_DEFAULT_ADDRESS=10.8.0.x
|
||||||
# - WG_DEFAULT_DNS=1.1.1.1
|
# - 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:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user