-
Hey all! i spent half a day trying to get the nextcloud AIO to work on my Ubuntu V-Server, but it just doesnt seem to work on my setup. Whenever i finished the initial setup, all containers start except the Apache Container. In the Logs it says:
I already tried manually opening the port with The full command i run is: Does anyone have an idea what else might be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
a possible explanation would be that you are already running a diffferent process that uses port 443. Can you check if that is the case? |
Beta Was this translation helpful? Give feedback.
-
Is the docker daemon running as root user? |
Beta Was this translation helpful? Give feedback.
-
Which Docker version do you have installed? Also, is this docker rootless or normal docker? |
Beta Was this translation helpful? Give feedback.
-
Can you also check if docker is correctly installed by following https://docs.docker.com/engine/install/centos/? |
Beta Was this translation helpful? Give feedback.
-
I most likely found the problem: docker-library/haproxy#159 (comment) You need linux kernel 4.11 or higher in order to make it work. |
Beta Was this translation helpful? Give feedback.
I most likely found the problem: docker-library/haproxy#159 (comment)
You need linux kernel 4.11 or higher in order to make it work.