correction erreur sécurité des informations

This commit is contained in:
2026-03-27 19:09:51 +01:00
parent 7fa77d4bb1
commit 50ec9ff2c6
2 changed files with 16 additions and 4 deletions
+5 -2
View File
@@ -14,9 +14,12 @@ services:
container_name: laravel_web
restart: always
ports:
- "8000:80" # C'est ce port 8000 qu'il faudra mettre dans NPM !
- "8000:80"
- "8443:443" # HTTPS port
volumes:
- .:/var/www
- ./nginx.conf:/etc/nginx/conf.d/default.conf # On va créer ce petit fichier
- ./nginx.conf:/etc/nginx/conf.d/default.conf
- ./cert.pem:/var/www/cert.pem
- ./cert.key:/var/www/cert.key
depends_on:
- app