From 7104a9637cee43362c7a0ec94232e996ea0ee07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 27 May 2025 14:24:18 +0200 Subject: [PATCH] fix(docker) fix Docker warnings --- docker-compose.yml | 2 -- jigasi/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5dcb4f4438..eb639a4e38 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.5' - services: # Frontend web: diff --git a/jigasi/Dockerfile b/jigasi/Dockerfile index 0a2ac1f396..ecbd589c79 100644 --- a/jigasi/Dockerfile +++ b/jigasi/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.url="https://github.com/jitsi/jigasi" LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-jitsi-meet" LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" -ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json +ENV GOOGLE_APPLICATION_CREDENTIALS=/config/key.json RUN apt-dpkg-wrap apt-get update && \ apt-dpkg-wrap apt-get install -y jigasi jq jitsi-autoscaler-sidecar && \