Skip to content

Commit 6dbbb62

Browse files
committed
Removed duplicate environment keys from Docker Compose file.
Docker may have got more strict in this area - started throwing these errors: line 57: mapping key CONNECT_REST_ADVERTISED_HOST_NAME already defined at line 55 line 157: mapping key XPACK_SECURITY_ENABLED already defined at line 146
1 parent 0731ed5 commit 6dbbb62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

microservices-orders/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ services:
5454
CONNECT_BOOTSTRAP_SERVERS: $BOOTSTRAP_SERVERS
5555
CONNECT_REST_ADVERTISED_HOST_NAME: connect
5656
CONNECT_GROUP_ID: "examples-microservices-orders"
57-
CONNECT_REST_ADVERTISED_HOST_NAME: connect
5857

5958
CONNECT_SECURITY_PROTOCOL: SASL_SSL
6059
CONNECT_SASL_JAAS_CONFIG: $SASL_JAAS_CONFIG
@@ -154,7 +153,6 @@ services:
154153
XPACK_GRAPH_ENABLED: "false"
155154
XPACK_MONITORING_ENABLED: "false"
156155
XPACK_REPORTING_ENABLED: "false"
157-
XPACK_SECURITY_ENABLED: "false"
158156
command:
159157
- bash
160158
- -c

0 commit comments

Comments
 (0)