mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG BUILD_VERSION
|
||||
FROM hurlenko/filebrowser:$BUILD_VERSION
|
||||
FROM hurlenko/filebrowser:v$BUILD_VERSION
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
@@ -22,4 +22,4 @@ RUN apk add --no-cache \
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
CMD ["--root=/data", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]
|
||||
CMD ["--root=/data", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]
|
||||
|
||||
Reference in New Issue
Block a user