Skip to content

Commit 4fb9e29

Browse files
author
1138-4EB
committed
fix: update docker image in command examples (filebrowser/filebrowser#509)
1 parent 7b22506 commit 4fb9e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker run \
7171
-v /path/to/config.json:/config.json \
7272
-v /path/to/database.db:/database.db \
7373
-p 80:80 \
74-
hacdias/filebrowser
74+
filebrowser/filebrowser
7575
```
7676

7777
Using command line arguments:
@@ -81,7 +81,7 @@ docker run \
8181
-v /path/to/sites/root:/srv \
8282
-v /path/to/database.db:/database.db \
8383
-p 80:80 \
84-
hacdias/filebrowser
84+
filebrowser/filebrowser
8585
--port 80
8686
--database /database.db
8787
--scope /srv

0 commit comments

Comments
 (0)