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.
This commit is contained in:
Jaime Baez 2022-06-25 19:30:38 +02:00 committed by GitHub
parent baf533de35
commit cca2f7d178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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