mirror of https://github.com/Safe3/uuWAF
update
parent
9c488e25b6
commit
c9e7678e1f
|
@ -56,10 +56,10 @@ services:
|
||||||
- MYSQL_ROOT_PASSWORD=Safe3.WAF
|
- MYSQL_ROOT_PASSWORD=Safe3.WAF
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
|
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
|
||||||
start_period: 0s
|
start_period: 3s
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 3
|
retries: 7
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
wafshared:
|
wafshared:
|
||||||
|
|
|
@ -36,7 +36,7 @@ pid-file=/var/run/mysqld/mysqld.pid
|
||||||
innodb_buffer_pool_size=5M
|
innodb_buffer_pool_size=5M
|
||||||
innodb_log_buffer_size=256K
|
innodb_log_buffer_size=256K
|
||||||
query_cache_size=0
|
query_cache_size=0
|
||||||
max_connections=10
|
max_connections=256
|
||||||
key_buffer_size=8
|
key_buffer_size=8
|
||||||
thread_cache_size=0
|
thread_cache_size=0
|
||||||
host_cache_size=0
|
host_cache_size=0
|
||||||
|
|
BIN
docs/waf.tgz
BIN
docs/waf.tgz
Binary file not shown.
Loading…
Reference in New Issue