Hi, I am sorry for a very noob question but I just cannot figure it out.
I use Hestia for some time and I’m super happy with it, works great for my needs.
It runs on Ubuntu server where I also have Docker with Portainer. When I deploy any container, let’s say BookStack, the container runs but I cannot access the app because Hestia’s “Success” page loads instead. The subdomain bookstack.mydomain.com is not added in Hestia at all.
When using portainer, it does not load with default portainer.mydomain.com but using with :9443, it works.
This is how the container looks like:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7b7a653e4f7c lscr.io/linuxserver/bookstack "/init" 5 minutes ago Up 5 minutes 443/tcp, 0.0.0.0:6875->80/tcp, :::6875->80/tcp bookstack
5c495c29bcfd lscr.io/linuxserver/mariadb "/init" 5 minutes ago Up 5 minutes 3306/tcp bookstack_db
Assuming this has something to do with nginx?
When I check that I see many entries like this:
nginx: [emerg] bind() to <IP>:80 failed (98: Address already in use)
nginx: [emerg] bind() to <IP>:443 failed (98: Address already in use)
Would you please point me into the right direction how to make apps work (installed in docker or not)?
Many thanks!