Replies: 1 comment
-
I'm replying to myself.
It seems container was stuck after Setting ownerships. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
npm container is up but does not listen on tcp ports 80, 81, 443. These ports are not used on the docker host (the container would not go up). Using debian 12, docker-compose version 1.29.2
Here is compose file:
Here are docker logs:
Here is what shows netstat in the container:
Here is what shows ps in the container:
I started/stopped the container, deleted it and recreated it, still not listening. I guess a process is not starting in the container ?
I also tried image jc21/nginx-proxy-manager: 2.10.3 but got the same.
Help would be apreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions