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
+1 -1
View File
@@ -1,4 +1,4 @@
memory_limit = 512M memory_limit = -1
upload_max_filesize = 50M upload_max_filesize = 50M
post_max_size = 50M post_max_size = 50M
max_execution_time = 30 max_execution_time = 30
+2 -2
View File
@@ -63,7 +63,7 @@ services:
phpmyadmin: phpmyadmin:
image: phpmyadmin/phpmyadmin image: phpmyadmin/phpmyadmin
ports: ports:
- 8881:80 - 8883:80
networks: networks:
- database - database
depends_on: depends_on:
@@ -74,7 +74,7 @@ services:
nginx: nginx:
build: ./Docker/nginx/ build: ./Docker/nginx/
ports: ports:
- 8880:80 - 8882:80
volumes: volumes:
- "${PROJECT_ROOT}:/var/www/html" - "${PROJECT_ROOT}:/var/www/html"
- "${LOG_ROOT}:/var/log:rw" - "${LOG_ROOT}:/var/log:rw"
+1 -1
Submodule src updated: c169e975ba...52f5b85f52