Open alvaromartmunoz opened 1 year ago
Hi, in "command" you wait for the mysql service that you do not start anymore. Try
command: ["/root/opencms-run.sh"]
only.
Nevertheless, I'm not sure if the configurable part of the DB connection options is enough to connect successfully or if more adjustments, not configurable via environment variables are necessary. The image as is is designed to connect to MariaDB. But you'll see.
Best, Daniel.
Hi!,
I run it only with command: ["/root/opencms-run.sh"] but i get the following error: i saw the next issue but i don´t find the solution Use external database #12
If i change the RDS connection from mysql to mariadb, it could be possible to fix the error?
Regards, Alvaro.
Hi,
i changed the database type to mariadb and i get the same error.
Regards.
I think you are doing a fresh installation, are you? If yes, have you removed all content of your ./opencms-docker-webapps folder before you re-tested?
I had the same problem, i resolved by uninstalling docker and reinstalling it again,
Hi,
i changed the database type to mariadb and i get the same error.
Regards.
I get constantly this error in docker logs
i`m trying to configure the container with rds database. I have this docker-compose.yml
anyone can help me?? Thanks