Browse Source

update

main
有安科技 4 months ago
parent
commit
c9e7678e1f
  1. 4
      docker/docker-compose.yml
  2. 2
      docker/low-memory-my.cnf
  3. BIN
      docs/waf.tgz

4
docker/docker-compose.yml

@ -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:

2
docker/low-memory-my.cnf

@ -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

Binary file not shown.
Loading…
Cancel
Save