This commit is contained in:
ai-dev 2024-11-09 07:39:46 +01:00
parent a6845729c9
commit 1e0a9408d6
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ RUN set -eux; \
/usr/share/nginx \ /usr/share/nginx \
/var/lib/nginx \ /var/lib/nginx \
/var/log/nginx \ /var/log/nginx \
/data/loki \
; ;
COPY --chown=loki:loki rootfs / COPY --chown=loki:loki rootfs /
RUN chmod +x /etc/cont-init.d/nginx.sh;\ RUN chmod +x /etc/cont-init.d/nginx.sh;\

View File

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# shellcheck shell=bash1234adc # shellcheck shell=bash
# ============================================================================== # ==============================================================================
# Home Assistant Add-on: Loki # Home Assistant Add-on: Loki
# This file configures nginx # This file configures nginx