Closed GoodGameInfinity closed 11 months ago
Also just saying that I have tried running it on my main machine with the same config using the AUR version, and it doesn't work on it either.
Hi, sounds like a configuration error. I'm not familiar with Portainer, but if you stop by the #help channel on Matrix: https://matrix.to/#/#unmojang:matrix.org, I can try to help. My first thought is you may be missing the reverse proxy to handle the HTTPS.
For anyone who encounters the issue: the thing that fixed it for me, was changing the ListenAddress IP from 127.0.0.1 to 0.0.0.0
Hello! I have tried to set up Drasl on my server using Docker, but when I try to access the web UI or even ping the HTTP server it's running on the port is closed. And the thing is that I am not even connecting from the internet, but from my local network. I made sure that the port is accessible from the computer I'm trying to reach the HTTP server from, so I think that it must by an issue with Drasl. According to the logs which I have supplied below the webserver starts normally.
What I have tried to do (but it didn't help)
Here is my config file:
Here are the logs copied from docker:
Also some info: I used Portainer to set up the docker container, it publishes the port 15585/TCP and mounts two binds. The Docker image I used is unmojang/drasl:latest from the Docker Hub.