Error at database configuration #874
-
Hi there, I'm setting up LinkAce nearly successfully. However, at the database configuration step, an error appears:
In the .env file, I set up the password (its linkace) for the database and I double-checked it. Any suggestions? Thanks in advance <3 Here my configuration: docker-compose.yml
.env
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's possible that there was an error while the database was set up.
This resets the whole database so you can try the setup again. |
Beta Was this translation helpful? Give feedback.
The line: "docker volume rm linkace-db" ends in other error.
I found another solution in a topic here on github-project.
docker-compose down
chmod 777 .env
docker-compose up -d
works