Make Docker host ports configurable in development mode #1409
-
First Check
Commit to Help
Example Code
DescriptionOn my dev machine, port 8000 is already busy, so I was trying to introduce an optional environment variable Operating SystemWindows Operating System DetailsWindows 10, Docker Desktop 4.34.3, Firefox 131.0.3 Python Versionlocal: 3.11.9, but backend is based on 3.10 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, I see: |
Beta Was this translation helpful? Give feedback.
Ok, I see:
docker compose watch
is not sufficient after the changes todocker-compose.override.yml
. I need todocker compose build
and then it works with my changes.Sorry for the noise - but maybe another newbie might find my changes helpful.