php memory limit, docker ports, src commits
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
memory_limit = 512M
|
||||
memory_limit = -1
|
||||
upload_max_filesize = 50M
|
||||
post_max_size = 50M
|
||||
max_execution_time = 30
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
+1
-1
Submodule src updated: c169e975ba...52f5b85f52
Reference in New Issue
Block a user