• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Installation & WebUi for version v1.0.2

fXtra

New Member
Hey,
im running the Sinusbot inside a Docker container and just recently updated them to v1.0.2. [Github commit]

But with the new provided image it seems that there is no port listening anymore.
Does anyone facing the same issue or any ideas?

Checked on MacOs 13.2.1 & Ubuntu 18.04.6
 

Hogan

New Member
Hi,

for me it is working with that compose parts:
....
sinusbot:
image: sinusbot/docker
restart: always
ports:
- '8087:8087'
....

But i have issues with using NGINX as it seems that the exposed port goes only to 0.0.0.0:8087 and not to localhost:8087 / 127.0.0.1:8087
 
Top