first commit1

This commit is contained in:
Xander 2025-02-17 21:08:10 +02:00
parent dacf434512
commit 8b01974355
1 changed files with 1 additions and 1 deletions

View File

@ -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"]