mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
368 stars 277 forks source link

Not able to access http://localhost:8080 or http://host-ip:8080 to test out Mautic #161

Closed jenshine closed 3 years ago

jenshine commented 4 years ago

Hi there! I followed the instructions on http://hub.docker.com/r/mautic/mautic to test out Mautic using a docker container I created through a droplet on DigitalOcean. All these technologies are new for me (as in I'm just trying it for the first time today). I'm not exactly sure where it's breaking.

When I execute 'docker-compose up', it looks like everything worked despite some error messages . When I do a 'docker ps', I do see the mautic and the mauticdb containers. However, when I tried going to http://localhost:8080 or http://100.115.92.197:8080/ (host IP of my Chromebook), nothing is returning. I get "ERR_EMPTY_RESPONSE" when I go to http://localhost:8080. http://100.115.92.197:8080/ times out.

1) What should I be seeing if everything were successful (just curious)? 2) Is there any other way to confirm that mautic and the mauticdb are set up and running as expected? Does seeing them listed under 'docker ps' signify that they are running correctly? 3) Assuming everything looks ok from the docker side, perhaps the issue is then specific to a Chromebook development environment. Does anyone know what needs to be done in this case? Is there anything I should change in the docker-compose.yml that might fix the issue I'm encountering?

Thank you so much.

Screenshot 2020-05-01 at 6 36 10 PM Screenshot 2020-05-01 at 6 38 37 PM Screenshot 2020-05-01 at 6 36 33 PM

jenshine commented 4 years ago

Figured it out!

rodrigoscna commented 3 years ago

Figured it out!

@jenshine What did you do to solve it?

jenshine commented 3 years ago

What did you do to solve it?

@rodrigoscna Wow, sorry, I'm just seeing this question today. Based on what I had posted, it's very likely I was trying to access Mautic via my local IP instead of the virtual server (Digital Ocean droplet) IP.