Skip to content

Commit 9e2c5a3

Browse files
committed
revert auditlog port change
1 parent 328986f commit 9e2c5a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ services:
135135
container_name: mock_audit_log
136136
restart: always
137137
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
140140
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"]
142142
interval: 30s
143143
timeout: 15s
144144
retries: 3

docs/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ paths:
510510
'*/*':
511511
schema:
512512
type: string
513-
example: http://audit-log:4212
513+
example: http://audit-log:4207
514514
/v1/FORENSIC_SEARCH-API_URL:
515515
get:
516516
tags:

0 commit comments

Comments
 (0)