mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
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:
parent
baf533de35
commit
cca2f7d178
@ -68,7 +68,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- 3002:3000
|
- 3000:3000
|
||||||
- 24678:24678
|
- 24678:24678
|
||||||
volumes:
|
volumes:
|
||||||
- ../web:/usr/src/app
|
- ../web:/usr/src/app
|
||||||
|
Loading…
Reference in New Issue
Block a user