[Solved] WG-Easy Setup Help Required
I have used the below compose with coolify and it used to work, I am currently migrating to dokploy and can't get the wireguard working. I can open the web UI by assigning a domain to 51821 port, however clients can't connect to the wireguard server (uses port 51820).
3 Replies
btw, coolify and dokploy both are on different servers from same vendor, so there shouldn't be issues with port exposing
What’s the error ? I mean did you already check the logs if you see something wrong
in the logs there were no error logs, I could connect to the client, it showed connection in wg-easy dashboard, however internet doesn't work
I managed to solve the issue, it is most probably not a dokploy issue.
I am not sure what exactly fixed it because I have already tried all the new changes before. maybe it is a combination of changes. eitherway, here is my docker-compose for future ref.
1. added
WG_DEVICE
& WG_PORT
in environments
2. exposed WG_PORT
to host