D
Dokployโ€ข4mo ago
Bugsy

[Solved] WG Easy Bad Gateway

No description
No description
No description
7 Replies
๐— ๐—ฟ๐Ÿญ๐—•๐—น๐—ฎ๐˜‡๐—ฒ
Send all raw maybe you donโ€™t attach dokploy internet
Bugsy
BugsyOPโ€ข4mo ago
services:
wg-easy:
environment:
- LANG=en
# โš ๏ธ Required:
# Change this to your host's public address
- WG_HOST=${WG_HOST}
- PASSWORD_HASH=${PASSWORD_HASH}
- WG_PORT=${WG_PORT:-51820}
image: ghcr.io/wg-easy/wg-easy
container_name: wg-easy
volumes:
- /mnt/etc_wireguard:/etc/wireguard
ports:
- "51820:51820/udp"
# - "51821:51821/tcp"
restart: unless-stopped
cap_add:
- NET_ADMIN
- SYS_MODULE
# - NET_RAW # โš ๏ธ Uncomment if using Podman
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
services:
wg-easy:
environment:
- LANG=en
# โš ๏ธ Required:
# Change this to your host's public address
- WG_HOST=${WG_HOST}
- PASSWORD_HASH=${PASSWORD_HASH}
- WG_PORT=${WG_PORT:-51820}
image: ghcr.io/wg-easy/wg-easy
container_name: wg-easy
volumes:
- /mnt/etc_wireguard:/etc/wireguard
ports:
- "51820:51820/udp"
# - "51821:51821/tcp"
restart: unless-stopped
cap_add:
- NET_ADMIN
- SYS_MODULE
# - NET_RAW # โš ๏ธ Uncomment if using Podman
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
Bugsy
BugsyOPโ€ข4mo ago
Did you find anything?
Bugsy
BugsyOPโ€ข4mo ago
I've updated it a bit to follow the trouble shooting guide
No description
Bugsy
BugsyOPโ€ข4mo ago
Oh i fixed it For some reason the ports: thingy meaning nothing because its running on 51821

Did you find this page helpful?