fix: volume
This commit is contained in:
parent
ce4b6db041
commit
d7852c334e
1 changed files with 2 additions and 3 deletions
|
|
@ -6,15 +6,14 @@
|
||||||
services:
|
services:
|
||||||
wg-easy:
|
wg-easy:
|
||||||
image: ghcr.io/wg-easy/wg-easy
|
image: ghcr.io/wg-easy/wg-easy
|
||||||
container_name: wg-easy
|
|
||||||
environment:
|
environment:
|
||||||
|
- SERVICE_FQDN_WIREGUARDEASY_8000
|
||||||
- LANG=en
|
- LANG=en
|
||||||
- WG_HOST=$SERVICE_FQDN_WIREGUARDEASY
|
- WG_HOST=$SERVICE_FQDN_WIREGUARDEASY
|
||||||
- PASSWORD_HASH=$2y$10$2wrW.nOpZLjGSGaiocD8xOo6uLCa.CebkaqswyAz.hSd5PYKm2WVu
|
|
||||||
- PORT=8000
|
- PORT=8000
|
||||||
- WG_PORT=51820
|
- WG_PORT=51820
|
||||||
volumes:
|
volumes:
|
||||||
- ~/.wg-easy:/etc/wireguard
|
- wg-easy:/etc/wireguard
|
||||||
ports:
|
ports:
|
||||||
- "51820:51820/udp"
|
- "51820:51820/udp"
|
||||||
- "8000:8000/tcp"
|
- "8000:8000/tcp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue