Closed jase64 closed 9 months ago
Sorry that I'm seeing this issue only now. Do you have a database available at localhost port 3306 with the default database, username and password? If not, no database connection can be established which is needed for the application to run. You need to add the changed values for the environment variables (see https://docs.docker.com/engine/reference/commandline/container_run/#env). These are listed underneath the command in the README.
Hi,
I tried to test Everydocs in a VM with the docker install command line, but connection to MySQL container couldn't been established. So all went down.
Did I miss something?