feat: 取消应用 version 字段

This commit is contained in:
wanghe-fit2cloud
2024-04-20 23:29:52 +08:00
parent 3ea1127c5e
commit 54dccfef56
158 changed files with 3 additions and 170 deletions
+3 -6
View File
@@ -1,7 +1,3 @@
networks:
1panel-network:
external: true
services:
uuwaf:
image: uusec/nanqiang:v4.1.0
@@ -26,7 +22,6 @@ services:
- wafdb
depends_on:
- wafdb
wafdb:
image: percona:8
container_name: ${CONTAINER_NAME}-db
@@ -39,7 +34,9 @@ services:
- TZ=Asia/Shanghai
- INIT_ROCKSDB
- MYSQL_ROOT_PASSWORD=Safe3.WAF
volumes:
wafshared:
wafdata:
networks:
1panel-network:
external: true