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
Hi all!
I use this container on mikrotik host, the webserver is also in docker on the same bridge, on the network 10.17.224.0/27, but when I connect, I get 502 Bad Gateway, packets from container don't even go out towards the webserver
Expected Behavior
No response
Steps To Reproduce
No response
Environment
OS: ROS 7.10.1
Container creation
Created a container using Mikrotik, forwarding only the storage
Container log
I can’t look, but if you tell me where they are in the container, I’ll get them
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Did you try to connect to the container (docker exec -ti <container name> sh) and then ping the IP of the web server ?
The container's log can be obtained by executing docker logs <container name>. The output of docker inspect <container name> would also be useful to have the full configuration of the container.
You should also share the configuration of your proxy host.
Current Behavior
Hi all!
I use this container on mikrotik host, the webserver is also in docker on the same bridge, on the network 10.17.224.0/27, but when I connect, I get 502 Bad Gateway, packets from container don't even go out towards the webserver
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Container creation
Created a container using Mikrotik, forwarding only the storage
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: