added max_allowed_packet=500M conf to mariadb
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
[mysqld]
|
||||||
|
max_allowed_packet=500M
|
||||||
+2
-1
@@ -5,6 +5,7 @@ services:
|
|||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/mysql
|
- db-data:/var/lib/mysql
|
||||||
|
- ./Docker/mysql/mysql.cnf:/etc/mysql/conf.d/custom.cnf:ro
|
||||||
- "${DB_IMPORTE_FILE_D8}:/docker-entrypoint-initdb.d/edlp_d8.sql"
|
- "${DB_IMPORTE_FILE_D8}:/docker-entrypoint-initdb.d/edlp_d8.sql"
|
||||||
# - "${DB_IMPORTE_FILE_D6}:/docker-entrypoint-initdb.d/edlp_d6.sql"
|
# - "${DB_IMPORTE_FILE_D6}:/docker-entrypoint-initdb.d/edlp_d6.sql"
|
||||||
networks:
|
networks:
|
||||||
@@ -45,7 +46,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 9000
|
- 9000
|
||||||
volumes:
|
volumes:
|
||||||
- php-root-data:/root
|
- php-root-data:/root
|
||||||
- "${PROJECT_ROOT}:/var/www/html"
|
- "${PROJECT_ROOT}:/var/www/html"
|
||||||
- "${LEGACY_ROOT}:/var/www/drupal6"
|
- "${LEGACY_ROOT}:/var/www/drupal6"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
Submodule public_html updated: 6fa79e76ca...294d660d5f
Reference in New Issue
Block a user