Skip to content

Commit 5368532

Browse files
committed
[docker] Change name of the composer
1 parent 3d7e573 commit 5368532

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
platform: linux/amd64
9797
environment:
9898
- MANAGER__ID=${XTM_COMPOSER_ID}
99-
- MANAGER__NAME=OpenCTI Connector Manager
99+
- "MANAGER__NAME=XTM Integrations Manager"
100100
- MANAGER__CREDENTIALS_KEY_FILEPATH=/keys/private_key.pem
101101
- OPENCTI__ENABLE=true
102102
- OPENCTI__URL=http://opencti:8080

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
platform: linux/amd64
9898
environment:
9999
- MANAGER__ID=${XTM_COMPOSER_ID}
100-
- MANAGER__NAME=OpenCTI Connector Manager
100+
- "MANAGER__NAME=XTM Integrations Manager"
101101
- MANAGER__CREDENTIALS_KEY_FILEPATH=/keys/private_key.pem
102102
- OPENCTI__ENABLE=true
103103
- OPENCTI__URL=http://opencti:8080
@@ -326,7 +326,7 @@ services:
326326
depends_on:
327327
opencti:
328328
condition: service_healthy
329-
329+
330330
volumes:
331331
esdata:
332332
s3data:

0 commit comments

Comments
 (0)