You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
I deactivated webserver (after changing it to port 81 just in case it would do something)
I changed admin panel ports to something else
I still have Qthttpd service running and bind to port 80.
I can stop the service
/etc/init.d/Qthttpd.sh stop
but after a reboot, the service is up again. I was wondering if you gkoerk or anyone else visiting this repo had the same issue
PS: Thank you for sharing setup and cookbook @gkoerk . Setting up a homelab with docker, and on QNAP, is a long journey. I used to bypass the port 80 issue by giving traefik container a static ip on a custom bridge network...but this is not a viable solution: I then have to maintain static ip for all containers managed by traefik. This is not scalable (ok I don't care about scalability atm). The containers can't be updated by ouroboros because it spawns a second container with the same static ip and this fails. That's why I would like to take the docker swarm road like you did. But now I need to free up that port 80
I deactivated webserver (after changing it to port 81 just in case it would do something)
I changed admin panel ports to something else
I still have Qthttpd service running and bind to port 80.
I can stop the service
but after a reboot, the service is up again. I was wondering if you gkoerk or anyone else visiting this repo had the same issue
PS: Thank you for sharing setup and cookbook @gkoerk . Setting up a homelab with docker, and on QNAP, is a long journey. I used to bypass the port 80 issue by giving traefik container a static ip on a custom bridge network...but this is not a viable solution: I then have to maintain static ip for all containers managed by traefik. This is not scalable (ok I don't care about scalability atm). The containers can't be updated by ouroboros because it spawns a second container with the same static ip and this fails. That's why I would like to take the docker swarm road like you did. But now I need to free up that port 80