first commit1
This commit is contained in:
parent
dacf434512
commit
8b01974355
|
@ -8,4 +8,4 @@ services:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
command: ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8025"]
|
command: ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
|
|
Loading…
Reference in New Issue