correction erreur sécurité des informations
This commit is contained in:
+5
-2
@@ -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
|
||||
Reference in New Issue
Block a user