mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-17 16:36:49 +00:00
feat: Improve Docker entrypoint and config handling
This commit is contained in:
parent
35ca24adb8
commit
01c814cf98
2 changed files with 17 additions and 2 deletions
|
|
@ -29,4 +29,4 @@ VOLUME /srv /config /database
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT [ "tini", "--", "/init.sh", "filebrowser", "--config", "/config/settings.json" ]
|
||||
ENTRYPOINT [ "tini", "--", "/init.sh" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue