docker file & docker compose change

This commit is contained in:
2026-04-30 12:38:32 +08:00
parent d00ff12ba0
commit 5dedd19c0a
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ services:
build: .
command: uvicorn config.asgi:application --host 0.0.0.0 --port 8000 --reload
ports:
- "8000:8000"
- "8001:8000"
env_file: .env
volumes:
- .:/app