We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b22506 commit 4fb9e29Copy full SHA for 4fb9e29
installation.md
@@ -71,7 +71,7 @@ docker run \
71
-v /path/to/config.json:/config.json \
72
-v /path/to/database.db:/database.db \
73
-p 80:80 \
74
- hacdias/filebrowser
+ filebrowser/filebrowser
75
```
76
77
Using command line arguments:
@@ -81,7 +81,7 @@ docker run \
81
-v /path/to/sites/root:/srv \
82
83
84
85
--port 80
86
--database /database.db
87
--scope /srv
0 commit comments