php memory limit, docker ports, src commits

This commit is contained in:
2022-06-09 09:57:40 +02:00
parent 53255d8fd3
commit 38c1ddeda4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ services:
phpmyadmin:
image: phpmyadmin/phpmyadmin
ports:
- 8881:80
- 8883:80
networks:
- database
depends_on:
@@ -74,7 +74,7 @@ services:
nginx:
build: ./Docker/nginx/
ports:
- 8880:80
- 8882:80
volumes:
- "${PROJECT_ROOT}:/var/www/html"
- "${LOG_ROOT}:/var/log:rw"