Gyarbij
4 years ago
No known key found for this signature in database
GPG Key ID: 475E97703A86E06
1 changed files with
4 additions and
4 deletions
-
docker-compose.yml
|
|
|
@ -1,18 +1,18 @@ |
|
|
|
version: "3.8" |
|
|
|
services: |
|
|
|
wg-easy: |
|
|
|
wireui: |
|
|
|
environment: |
|
|
|
# ⚠️ Required: |
|
|
|
# Change this to your host's public address |
|
|
|
- WG_HOST=https://wireui.com |
|
|
|
- WG_HOST=vpn.wireui.com |
|
|
|
|
|
|
|
# Optional: |
|
|
|
# - PASSWORD=foobar123 |
|
|
|
# - PASSWORD=ChangeMe@69 |
|
|
|
# - WG_PORT=51820 |
|
|
|
# - WG_DEFAULT_ADDRESS=10.8.0.x |
|
|
|
# - WG_DEFAULT_DNS=1.1.1.1 |
|
|
|
# - WG_MTU=1420 |
|
|
|
# - WG_ALLOWED_IPS=192.168.15.0/24, 10.0.1.0/24 |
|
|
|
# - WG_ALLOWED_IPS=192.420.69.0/24, 10.0.1.0/24 |
|
|
|
# - WG_PRE_UP=echo "Pre Up" > /etc/wireguard/pre-up.txt |
|
|
|
# - WG_POST_UP=echo "Post Up" > /etc/wireguard/post-up.txt |
|
|
|
# - WG_PRE_DOWN=echo "Pre Down" > /etc/wireguard/pre-down.txt |
|
|
|
|