fix dockerfile/1
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
FROM minio/minio:latest
|
FROM minio/minio:latest
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="1.0" \
|
io.hass.version="1.0.1" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64|amd64"
|
io.hass.arch="aarch64|amd64" \
|
||||||
|
io.hass.name="MinIO" \
|
||||||
|
io.hass.description="MinIO is an object storage server compatible with Amazon S3."
|
||||||
|
|
||||||
COPY run.sh /usr/local/bin/run.sh
|
COPY run.sh /run.sh
|
||||||
RUN chmod +x /usr/local/bin/run.sh
|
RUN chmod +x /run.sh
|
||||||
|
|
||||||
CMD ["/usr/local/bin/run.sh"]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": false,
|
"hassio_api": false,
|
||||||
"host_network": false,
|
"init": false,
|
||||||
|
"host_network": true,
|
||||||
"panel_icon": "mdi:database",
|
"panel_icon": "mdi:database",
|
||||||
"panel_title": "MinIO",
|
"panel_title": "MinIO",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user