modified
Este commit está contenido en:
@@ -36,7 +36,7 @@ services:
|
||||
container_name: mysql-wordpress
|
||||
hostname: mysql-wordpress
|
||||
restart: always
|
||||
command: ["mysqld", "--character-set-server=utf8", "--collation-server=utf8_general_ci", "--default-time-zone=+00:00","--explicit_defaults_for_timestamp", "--default-authentication-plugin=mysql_native_password"]
|
||||
command: ["mysqld", "--character-set-server=utf8", "--collation-server=utf8_general_ci", "--default-time-zone=+00:00","--explicit_defaults_for_timestamp", "--default-authentication-plugin=mysql_native_password", "--innodb_file_per_table=ON", "--innodb_stats_on_metadata=OFF", "--innodb_buffer_pool_instances=8", "--query_cache_type=0"]
|
||||
expose:
|
||||
- 3306
|
||||
environment:
|
||||
|
||||
Referencia en una nueva incidencia
Block a user