diff --git a/installation/README.md b/installation/README.md index 830204b..5ffadc6 100644 --- a/installation/README.md +++ b/installation/README.md @@ -46,5 +46,5 @@ docker run \ filebrowser/filebrowser ``` -By default, we already have a [configuration file with some defaults](https://github.com/filebrowser/filebrowser/blob/master/.docker.json) so you can just mount the root and the database. Although you can overwrite by mounting a directory to with a new config file. If you don't already have a database file, make sure to create a new empty file under the path you specified. Otherwise, Docker will create an empty folder instead of an empty file, resulting in an error when mounting the database into the container. +There are already default configuration files ([standard Alpine Docker image](https://github.com/filebrowser/filebrowser/blob/master/docker_config.json) & [Linuxserver.io Docker image](https://github.com/filebrowser/filebrowser/blob/master/.docker.json)) so you can just mount the root and the database. Although you can overwrite by mounting a directory to with a new config file. If you don't already have a database file, make sure to create a new empty file under the path you specified. Otherwise, Docker will create an empty folder instead of an empty file, resulting in an error when mounting the database into the container.