mirror of https://github.com/Safe3/uuWAF
update
parent
9c488e25b6
commit
c9e7678e1f
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
docs/waf.tgz
BIN
docs/waf.tgz
Binary file not shown.
Loading…
Reference in New Issue