DB Connection issue #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I am trying to use the docker image, by using portainer, and I have this error message:
I can't figure it out why.
For info: I have already a db instance running on port 3306, so I changed the db port in the "docker-compose"
Is the
env_file
parameter of all of your services pointed to yourenv
file? What is the value ofDB_CONNECTION
in thatenv
file?