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
|
upload_max_filesize = 50M
|
||||||
post_max_size = 50M
|
post_max_size = 50M
|
||||||
max_execution_time = 30
|
max_execution_time = 30
|
||||||
|
|||||||
+2
-2
@@ -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
Reference in New Issue
Block a user