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

Welcome to nginx? #2989

Closed
monkeycc opened this issue Mar 22, 2021 · 2 comments · Fixed by #3379
Closed

Welcome to nginx? #2989

monkeycc opened this issue Mar 22, 2021 · 2 comments · Fixed by #3379

Comments

@monkeycc
Copy link

docker-compose up -d
Creating network "cvat_default" with the default driver
Creating cvat_db ... done
Creating cvat_redis ... done
Creating cvat ... done
Creating cvat_ui ... done
Creating cvat_proxy ... done


docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
..
Superuser created successfully.


http://localhost:8080/

Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
....


What should we do now ??

@azhavoro
Copy link
Contributor

Hi, occasionally this error is happens, but the reason is unknown.
Looks like you built cvat images locally, try to rebuild with --no-cache option and make sure that build logs of cvat_ui don't contain errors.

@azhavoro
Copy link
Contributor

@monkeycc Hi, any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants