Replies: 4 comments
-
@jaydrogers might have a little more insight on this. We will take a look! |
Beta Was this translation helpful? Give feedback.
-
I can confirm, I'm using docker and portainer to manage my docker, and today when I've followed https://serversideup.net/open-source/financial-freedom/docs/community/contributing#running-locally-in-your-development it failed
|
Beta Was this translation helpful? Give feedback.
-
Just an update: We're thinking of converting everything to SQLite to solve this problem. Then people don't need the complexities of managing a database |
Beta Was this translation helpful? Give feedback.
-
Hi, I've added this line, and it worked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After setting the env with MARIADB_ROOT_PASSWORD etc. parameters this still does not address the error I faced when I started the docker compose file. The images are created for the program via
Docker compose up
but the MARIADB container's password is not set at the configured entry point. As a person new to Docker I am unable to fix this and or make the database run to support the greater application, it therefore fails to load on localhost:3000 and MariaDB exits with code 1.Anyone encountered this error?
Beta Was this translation helpful? Give feedback.
All reactions