danjac / django-saas-starter

Opinionated Django project cookiecutter
Other
37 stars 10 forks source link

Can't access the development server #2

Closed rasulkireev closed 3 years ago

rasulkireev commented 3 years ago

Thank you for creating this cookiecutter. This can be useful to a lot of people.

I'm running into a problem where I can't access the frontend server. I'm not sure that is the best use of words, what I'm trying to say is that when I visit http://0.0.0.0:8000/, I get this:

image

However the mailhog server (http://0.0.0.0:8025) works just fine.

I have successfully ran each installation step, with no issues.

Thanks a ton in advance.

rasulkireev commented 3 years ago

For additional context, here is what I have when I run docker-compose up without the -d flag.

image

Including only the django step.

danjac commented 3 years ago

Try port 80, not 8000.

rasulkireev commented 3 years ago

Yep, this solves the issue! Thanks.