This commit is contained in:
ai-dev 2024-11-09 07:41:30 +01:00
parent 1e0a9408d6
commit 1423da361a

View File

@ -59,7 +59,9 @@ RUN set -eux; \
/var/lib/nginx \ /var/lib/nginx \
/var/log/nginx \ /var/log/nginx \
/data/loki \ /data/loki \
; ;\
chmod -R 777 /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;\
chmod +x /etc/services.d/loki/*; \ chmod +x /etc/services.d/loki/*; \