docs: change warning to note in contributing

This commit is contained in:
Stavros
2025-03-10 18:50:43 +02:00
parent 9dd9829058
commit 753b95baff

View File

@@ -75,5 +75,5 @@ Then I can just make sure the domains are correct in the example docker compose
docker compose -f docker-compose.dev.yml up --build
```
> [!WARNING]
> [!NOTE]
> I would recommend copying the example `docker-compose.dev.yml` into a `docker-compose.test.yml` file, so as you don't accidentally commit any sensitive information.