Skip to content

Commit 7202e7e

Browse files
author
Toby McLaughlin
committed
Rename APM Server container
1 parent be01db3 commit 7202e7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ services:
101101
command: packetbeat -v -e -E output.elasticsearch.hosts='["localhost:9200"]'
102102
depends_on: ['elasticsearch']
103103

104-
apm:
104+
apm_server:
105105
image: docker.elastic.co/apm/apm-server:${TAG}
106+
container_name: apm_server
106107
ports: ['127.0.0.1:8200:8200']
107108
networks: ['stack']
108109
command: apm-server -v -e

0 commit comments

Comments
 (0)