File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ services:
135
135
container_name : mock_audit_log
136
136
restart : always
137
137
ports :
138
- - " 4212:4212 "
139
- command : mock docs/audit-log.yml -p 4212 -h 0.0.0.0
138
+ - " 4207:4207 "
139
+ command : mock docs/audit-log.yml -p 4207 -h 0.0.0.0
140
140
healthcheck :
141
- test : ["CMD-SHELL", "curl -f http://audit-log:4212 || exit 1"]
141
+ test : ["CMD-SHELL", "curl -f http://audit-log:4207 || exit 1"]
142
142
interval : 30s
143
143
timeout : 15s
144
144
retries : 3
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ paths:
510
510
' */* ' :
511
511
schema :
512
512
type : string
513
- example : http://audit-log:4212
513
+ example : http://audit-log:4207
514
514
/v1/FORENSIC_SEARCH-API_URL :
515
515
get :
516
516
tags :
You can’t perform that action at this time.
0 commit comments