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
Sorry for my inexperience with Docker here, I'm sure this is a very basic question. I got Docker installed on my system and ran the docker-compose command, with seemingly no errors. Running docker ps shows two containers, an nginx one and a tomcat one.
The issue I'm having is connecting to, or interacting with, then in any way. The IP listed is 0.0.0.0:8081 for the nginx and 8080 for the tomcat. None of those addresses connects properly, the errors for various combinations of local addresses and ports give a variety of responses, with 0.0.0.0:8081 telling me the SSL record is too long in Firefox.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
Narrowing this down a bit, I'm able to get to a "403 forbidden" nginx error when accessing what appears to be the correct IP address and port. Is there a good reason why the container files aren't being hosted properly from the container?
I'm also trying to get this to run in CentOS 7, so I know that there are sometimes difficulties with getting containers to work properly on an older OS like this.
Sorry for my inexperience with Docker here, I'm sure this is a very basic question. I got Docker installed on my system and ran the docker-compose command, with seemingly no errors. Running docker ps shows two containers, an nginx one and a tomcat one.
The issue I'm having is connecting to, or interacting with, then in any way. The IP listed is 0.0.0.0:8081 for the nginx and 8080 for the tomcat. None of those addresses connects properly, the errors for various combinations of local addresses and ports give a variety of responses, with 0.0.0.0:8081 telling me the SSL record is too long in Firefox.
Sorry for my inexperience with Docker here, I'm sure this is a very basic question. I got Docker installed on my system and ran the docker-compose command, with seemingly no errors. Running docker ps shows two containers, an nginx one and a tomcat one.
The issue I'm having is connecting to, or interacting with, then in any way. The IP listed is 0.0.0.0:8081 for the nginx and 8080 for the tomcat. None of those addresses connects properly, the errors for various combinations of local addresses and ports give a variety of responses, with 0.0.0.0:8081 telling me the SSL record is too long in Firefox.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: