Skip to content

Commit cc36d74

Browse files
committed
[docker] Remove trailing whitespace at the XTM One insertion boundary
Strip the trailing whitespace on the connector-mitre depends_on line that precedes the new XTM ONE section in both docker-compose.yml and docker-compose.opensearch.yml.
1 parent cafe609 commit cc36d74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ services:
330330
restart: always
331331
depends_on:
332332
opencti:
333-
condition: service_healthy
333+
condition: service_healthy
334334

335335
###########################
336336
# XTM ONE #

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ services:
329329
restart: always
330330
depends_on:
331331
opencti:
332-
condition: service_healthy
332+
condition: service_healthy
333333

334334
###########################
335335
# XTM ONE #

0 commit comments

Comments
 (0)