Browse Source

fix: revert inadvertant commit

Aaron van Meerten 3 years ago
parent
commit
ea0267e546
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docker-compose.yml

+ 1 - 2
docker-compose.yml

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