chore: rename nginx service to proxy

This commit is contained in:
bisco
2026-06-24 09:06:12 +02:00
parent b36cd2a754
commit 6dd508aa9c
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Configure the canonical test command for this repository:
docker compose run --rm backend python manage.py test
docker compose run --rm frontend npm run check
docker compose run --rm frontend npm run build
docker compose run --rm nginx nginx -t
docker compose run --rm proxy nginx -t
docker compose config --quiet
```