This commit is contained in:
2025-12-08 14:29:32 +01:00
parent 215a67ffd6
commit deba979d20

2
tp3.md
View File

@@ -35,7 +35,7 @@ RabbitMQ est très utilisé pour :
```shell
docker run --detach --name rabbitmq \
--network proxy_net \
--network tp_net \
-p "5672:5672" -p "1883:1883" \
-e "PRABBITMQ_DEFAULT_USER=admin" \
-e "RABBITMQ_DEFAULT_PASS=geii2025" \