Fix port conflict by using dynamic host port for webapp
This commit is contained in:
parent
750ef0398f
commit
a85f4c0cdc
@ -36,7 +36,7 @@ services:
|
||||
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
env_file: .env
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000" # Let Docker assign a dynamic host port
|
||||
networks:
|
||||
- infinity-network
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user