Replies: 1 comment 1 reply
-
Since you mentioned that the container is not running. You must look into the logs to find the reason why the container died |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I am trying to dockerize an adonisJS + mysql application. When i run docker-compose up -d this happens:
WARNING: The DB_USER variable is not set. Defaulting to a blank string.
WARNING: The DB_DATABASE variable is not set. Defaulting to a blank string.
WARNING: The DB_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The DB_ALLOW_EMPTY_PASSWORD variable is not set. Defaulting to a blank string.
Creating newslet_adonis-mysql_1 ... done
Creating tool-api ... done
However, when I go to http://0.0.0.0:3333, I get the error This site can’t be reached, 0.0.0.0 refused to connect. When I do docker ps no containers are running. Please help
Dockerfile:
.env file
docker-start.sh
docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions