This commit is contained in:
Alexandre
2025-01-24 16:23:29 +01:00
committed by GitHub
parent 0716fef9b6
commit 19f12ea7a8
2 changed files with 2 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
#WORKDIR / #WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ] #CMD [ "/ha_entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
############ ############
# 5 Labels # # 5 Labels #

View File

@@ -77,7 +77,6 @@
"host_dbus": true, "host_dbus": true,
"image": "ghcr.io/alexbelgium/webtop-{arch}", "image": "ghcr.io/alexbelgium/webtop-{arch}",
"ingress": true, "ingress": true,
"init": false,
"map": [ "map": [
"addon_config:rw", "addon_config:rw",
"media:rw", "media:rw",
@@ -148,6 +147,6 @@
"tmpfs": true, "tmpfs": true,
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "fb06d0b4-ls71-2", "version": "fb06d0b4-ls71-3",
"video": true "video": true
} }