pull/104/head
有安科技 2024-08-05 23:04:28 +08:00
parent 9c488e25b6
commit c9e7678e1f
3 changed files with 3 additions and 3 deletions

View File

@ -56,10 +56,10 @@ services:
- MYSQL_ROOT_PASSWORD=Safe3.WAF
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
start_period: 0s
start_period: 3s
interval: 5s
timeout: 3s
retries: 3
retries: 7
volumes:
wafshared:

View File

@ -36,7 +36,7 @@ pid-file=/var/run/mysqld/mysqld.pid
innodb_buffer_pool_size=5M
innodb_log_buffer_size=256K
query_cache_size=0
max_connections=10
max_connections=256
key_buffer_size=8
thread_cache_size=0
host_cache_size=0

Binary file not shown.