We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82567e6 commit 0a02010Copy full SHA for 0a02010
docker/latest/docker-compose.yaml
@@ -16,9 +16,9 @@ services:
16
--max_connections=1000
17
--default-authentication-plugin=mysql_native_password
18
qingscan:
19
- image: registry.cn-beijing.aliyuncs.com/xtian/qingscan:20220520
+ image: registry.cn-beijing.aliyuncs.com/xtian/qingscan:20221201
20
container_name: qingscan
21
-# network_mode: "host"
+ # network_mode: "host"
22
links:
23
- mysqlserver:mysql_addr
24
volumes:
@@ -36,4 +36,4 @@ services:
36
container_name: awvs
37
ports:
38
- "13443:3443"
39
- restart: always
+ restart: always
0 commit comments