Skip to content

Commit

Permalink
Fix web container port mapping (immich-app#264)
Browse files Browse the repository at this point in the history
Vite uses port 3000 to do Websocket connection. If it doesn't mange to
connect it enters in an endless loop refreshing the page.
  • Loading branch information
jbaez authored Jun 25, 2022
1 parent baf533d commit cca2f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
env_file:
- .env
ports:
- 3002:3000
- 3000:3000
- 24678:24678
volumes:
- ../web:/usr/src/app
Expand Down

0 comments on commit cca2f7d

Please sign in to comment.