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
@@ -8,7 +8,7 @@ All tests should run inside Docker containers.
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
```