diff --git a/uuwaf/5.1.1/.env.sample b/uuwaf/5.2.0/.env.sample similarity index 100% rename from uuwaf/5.1.1/.env.sample rename to uuwaf/5.2.0/.env.sample diff --git a/uuwaf/5.1.1/data.yml b/uuwaf/5.2.0/data.yml similarity index 100% rename from uuwaf/5.1.1/data.yml rename to uuwaf/5.2.0/data.yml diff --git a/uuwaf/5.1.1/docker-compose.yml b/uuwaf/5.2.0/docker-compose.yml similarity index 95% rename from uuwaf/5.1.1/docker-compose.yml rename to uuwaf/5.2.0/docker-compose.yml index 10bd70921..e1bec0215 100644 --- a/uuwaf/5.1.1/docker-compose.yml +++ b/uuwaf/5.2.0/docker-compose.yml @@ -1,6 +1,6 @@ services: uuwaf: - image: "uusec/nanqiang:v5.1.1" + image: "uusec/nanqiang:v5.2.0" ulimits: nproc: 65535 nofile: diff --git a/uuwaf/5.1.1/low-memory-my.cnf b/uuwaf/5.2.0/low-memory-my.cnf similarity index 100% rename from uuwaf/5.1.1/low-memory-my.cnf rename to uuwaf/5.2.0/low-memory-my.cnf diff --git a/uuwaf/5.1.1/scripts/uninstall.sh b/uuwaf/5.2.0/scripts/uninstall.sh similarity index 100% rename from uuwaf/5.1.1/scripts/uninstall.sh rename to uuwaf/5.2.0/scripts/uninstall.sh