-
Controller Version5.14.32.3 Describe Your Issue or QuestionCannot access portal webpage by IP:port after container creation. Logs seem to indicate the container is functioning normally. Expected BehaviorAccess web server at https://<>:8843 or http://<>:8088 Steps to ReproduceLaunch container in portainer EE using compose as a stack in Docker Swarm. Tried decalring the host network explicitly and just by port assignments. How You're Launching the Container
Container Logs
MongoDB Logs
Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Welp, on a hunch I started modifying the compose file to expose the following ports since host binding didn't seem to do the trick: And the web portal finally popped up at port 8043. Not sure if this is expected behavior due to being deployed as part of a swarm?
|
Beta Was this translation helpful? Give feedback.
-
I'm a little confused then, when I set the network mode to host that didn't solve the issue, only explicitly declaring the ports allowed me to access the container. Does that work in standalone docker without swarm or stack usage? |
Beta Was this translation helpful? Give feedback.
Yeah, the example compose file uses
network_mode: host
so ports are ignored.8088 is the management portal on http; should just redirect to https
8043 is the management portal which is what http will redirect to
8843:8843 is for the client login portal, if enabled