diff options
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 29fa3c4..6010f1a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '3.5' services: @@ -15,7 +15,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: avcn-kafka:9092 KAFKA_SOURCE_TOPIC: config KAFKA_APPLICATION_ID: avcn-manager - REST_CLIENT_VESCLIENT_ENDPOINT: http://ves-client:5000/simulator/start + REST_CLIENT_PNFSIMULATOR_ENDPOINT: http://ves-client:5000/simulator/start depends_on: - avcn-kafka |