Browse Source

Fix web container port mapping (#264)

Vite uses port 3000 to do Websocket connection. If it doesn't mange to
connect it enters in an endless loop refreshing the page.
Jaime Baez 3 years ago
parent
commit
cca2f7d178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/docker-compose.dev.yml

+ 1 - 1
docker/docker-compose.dev.yml

@@ -68,7 +68,7 @@ services:
     env_file:
       - .env
     ports:
-      - 3002:3000
+      - 3000:3000
       - 24678:24678
     volumes:
       - ../web:/usr/src/app