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