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