-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No files being created in /app/config #104
Comments
For the latest version (v0.60) you basically end up persisting the entire app in a docker volume. This should work:
I've resolved this in v0.7X-dev, where you only need to persist the database and the registration secret is configured in the webui under settings:
v0.7X-dev is broken rolling release. |
latest with /app mounted does not work with the following error:
v0.7X-dev with /app/database mounted does not work with the following error:.
|
Did you copy and paste what I sent? |
I did work switching to a non bind mount and running the container as root. |
No files are being created in /app/config. Every time the container is recreated I have to register as a new user. Not sure what I am missing. Below is the docker compose I am using. The directory does get created. It is owned by user 1000:1000 on the host and permissions have temporarily been set to 777 to rule them out as the issue.
The text was updated successfully, but these errors were encountered: