mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: scope must be set on CMD
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
ed3d32e3ba
commit
3939e7b99d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,5 +8,5 @@ EXPOSE 80
|
|||
|
||||
COPY filebrowser /filebrowser
|
||||
|
||||
ENTRYPOINT [ "/filebrowser", "--database /database.db", "--scope /srv" ]
|
||||
CMD [ "--port 80" ]
|
||||
ENTRYPOINT [ "/filebrowser", "--database /database.db" ]
|
||||
CMD [ "--scope /srv", "--port 80" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue