Saving config file between docker installs #758
Replies: 2 comments 4 replies
|
I just recently updated the getting started page to direct you to create folder and mount that. https://github.com/gtsteffaniak/filebrowser/wiki/Getting-Started#docker-compose Can you take another look and let me know if that helps? |
2 replies
|
I got it running on Truenas! Here is are the config and docker-compose files. . On Truenas you enter the docker-compose YAML under custom apps. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am stuck with the instructions for the docker setup on my Truenas Scale server. I am trying to keep the config and database files persistent between docker installs. The sample docker file has comments in it about how to do that, but I must be confused. It seems to say to do it in the config file itself. Does anyone have a docker compose file that works and keeps those files persistent? Here is what the sample says: # optional if you want db to persist - configure a path under "database" dir in config file.
All reactions