Prechádzať zdrojové kódy

fix: revert inadvertant commit

Aaron van Meerten 3 rokov pred
rodič
commit
ea0267e546
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      docker-compose.yml

+ 1 - 2
docker-compose.yml

@@ -3,8 +3,7 @@ version: '3'
 services:
     # Frontend
     web:
-#        image: jitsi/web:latest
-        build: ./web
+        image: jitsi/web:latest
         restart: ${RESTART_POLICY}
         ports:
             - '${HTTP_PORT}:80'