it's working

This commit is contained in:
2022-04-29 16:54:31 +02:00
parent 1e42babd80
commit e6d42ad7b5
5 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ services:
phpmyadmin:
image: phpmyadmin/phpmyadmin
ports:
- 8991:80
- 9991:80
networks:
- database
depends_on:
@@ -60,7 +60,7 @@ services:
nginx:
build: ./Docker/nginx/
ports:
- 8990:80
- 9990:80
volumes:
- "${D7_ROOT}:/var/www/html/jeunesetengages.fr/public_html"
- "${LOG_ROOT}:/var/log:rw"