Explorar el Código

fix: revert inadvertant commit

Aaron van Meerten hace 3 años
padre
commit
ea0267e546
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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'