Commit 34d1678 1 parent 670e697 commit 34d1678 Copy full SHA for 34d1678
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,22 +66,21 @@ services:
66
66
67
67
scopesentry-scan :
68
68
image : autumn27/scopesentry-scan:latest
69
+ network_mode : host
69
70
container_name : scopesentry-scan
70
71
restart : always
71
72
environment :
72
73
NodeName : node-test
73
74
TimeZoneName : Asia/Shanghai
74
- Mongodb_IP : scopesentry-mongodb
75
+ Mongodb_IP : 127.0.0.1
75
76
MONGODB_PORT : 27017
76
77
Mongodb_Username : " mongodb_username"
77
78
Mongodb_Password : " mongodb_password"
78
- Redis_IP : scopesentry-redis
79
+ Redis_IP : 127.0.0.1
79
80
Redis_PORT : 6379
80
81
Redis_Password : " redis_password"
81
82
depends_on :
82
83
redis :
83
84
condition : service_healthy
84
85
scope-sentry :
85
- condition : service_healthy
86
- networks :
87
- - scopesentry-network
86
+ condition : service_healthy
You can’t perform that action at this time.
0 commit comments