Closed neemiasbsilva closed 3 years ago
Hello,
First of all, I'd like to congratulate for the amazing tool.
I get the following bug - Postgres is unavailable - sleeping - when I type the coming command: docker-compose run django python manage.py createsuperuser.
docker-compose run django python manage.py createsuperuser
I using Docker desktop on mac-os.
Best
I solved the problem,
Basically I had to put in the environment of postgres and django in docker-compose.yml the following variable: POSTGRES_PASSWORD=password
Hello,
First of all, I'd like to congratulate for the amazing tool.
I get the following bug - Postgres is unavailable - sleeping - when I type the coming command:
docker-compose run django python manage.py createsuperuser
.I using Docker desktop on mac-os.
Best