Update Remote-Access_Containers/wg-easy/compose.yaml
This commit is contained in:
@@ -2,17 +2,17 @@ services:
|
|||||||
wg-easy:
|
wg-easy:
|
||||||
image: ghcr.io/wg-easy/wg-easy
|
image: ghcr.io/wg-easy/wg-easy
|
||||||
container_name: wg-easy
|
container_name: wg-easy
|
||||||
environment: # Environment variables to configure the instance.
|
environment:
|
||||||
- LANG=en # Language settings.
|
LANG: en
|
||||||
WG_HOST: # Public IP or domain name where WG-Easy is accessible.
|
WG_HOST: # Public IP or domain name where WG-Easy is accessible.
|
||||||
- PASSWORD= # Password for accessing the WG-Easy web interface.
|
PASSWORD: # Password for accessing the WG-Easy web interface.
|
||||||
- PORT=51821 # Port for the web interface.
|
PORT: 51821 # Port for the web interface.
|
||||||
- WG_PORT=51820 # WireGuard port for VPN traffic.
|
WG_PORT: 51820 # WireGuard port for VPN traffic.
|
||||||
- WG_DEFAULT_ADDRESS=
|
WG_DEFAULT_ADDRESS:
|
||||||
- WG_DEFAULT_DNS=
|
WG_DEFAULT_DNS:
|
||||||
- WG_MTU=1420
|
WG_MTU: 1420
|
||||||
# - WG_CONFIG_PORT=92820
|
# WG_CONFIG_PORT: 92820
|
||||||
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
|
WG_ALLOWED_IPS: 0.0.0.0/0, ::/0
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files.
|
- /srv/docker/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files.
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user