Rename container and image to qwe-salus

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 14:47:29 +02:00
parent ec9aa1196e
commit 8696d11514
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ uvicorn app.main:app --reload --port 8080
AUTH_DISABLED=true uvicorn app.main:app --reload --port 8080
# Docker
docker build -t omada-ap-manager:latest .
docker build -t qwe-salus:latest .
docker compose up
```