Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with geopython/pygeoapi docker image #1633

Closed
sjordan29 opened this issue Apr 19, 2024 · 2 comments
Closed

issue with geopython/pygeoapi docker image #1633

sjordan29 opened this issue Apr 19, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@sjordan29
Copy link
Contributor

I'm working on addressing #1578 and while I was trying to test the updates using a docker-compose, everything appeared to run correctly, but when I navigated to the localhost I got a 404.

I then just tried to run the official pygeoapi Docker image following the instructions here: run docker run -p 5000:80 -it geopython/pygeoapi and then navigate to http://localhost:5000/, and I got the same thing: it boots up and is running, but when I navigate to the localhost, I get:

This localhost page can’t be found
No webpage was found for the web address: http://localhost:5000/
HTTP ERROR 404

@sjordan29 sjordan29 added the bug Something isn't working label Apr 19, 2024
@tomkralidis
Copy link
Member

tomkralidis commented Apr 19, 2024

@sjordan29 when trying docker run -p 5000:80 -it geopython/pygeoapi everything seems to work as expected. Not sure if you need to clean out your docker images/volumes?

@tomkralidis tomkralidis added this to the 0.17.0 milestone Apr 19, 2024
@sjordan29
Copy link
Contributor Author

Thanks @tomkralidis, turned out I was running into an issue related to this. Ran it on a different port and it worked out. Thanks for testing so I knew it was on my end!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants