File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ services:
107107 ports : ['127.0.0.1:8200:8200']
108108 networks : ['stack']
109109 command : apm-server -v -e
110- depends_on : ['elasticsearch','setup_apm ']
110+ depends_on : ['elasticsearch','setup_apm_server ']
111111
112112 # Run a short-lived container to set up Logstash.
113113 setup_logstash :
@@ -176,9 +176,9 @@ services:
176176 networks : ['stack']
177177 depends_on : ['kibana']
178178
179- setup_apm :
179+ setup_apm_server :
180180 image : docker.elastic.co/apm/apm-server:${TAG}
181- container_name : setup_apm
181+ container_name : setup_apm_server
182182 volumes : ['./scripts/setup-beat.sh:/usr/local/bin/setup-beat.sh:ro']
183183 command : ['/bin/bash', '-c', 'cat /usr/local/bin/setup-beat.sh | tr -d "\r" | bash -s apm-server']
184184 environment : ['ELASTIC_PASSWORD=${ELASTIC_PASSWORD}']
You can’t perform that action at this time.
0 commit comments