chore(central) : passe le port http a 8084

This commit is contained in:
2026-04-03 11:37:04 +02:00
parent 4234efdb50
commit 2844fea802
6 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ services:
depends_on:
- php
ports:
- "8083:80"
- "8084:80"
volumes:
- ./:/var/www/html:ro
- ./infra/dev/nginx.conf:/etc/nginx/conf.d/central.conf:ro