Skip to content

Commit

Permalink
fix: workarount for elastic/beats#18858 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Jun 1, 2020
1 parent 4dafe84 commit d8061e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-utils/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
image: docker.elastic.co/apm/apm-server:${STACK_VERSION}
ports:
- "127.0.0.1:${APM_SERVER_PORT:-8200}:8200"
environment:
BEAT_STRICT_PERMS: false
command: >
apm-server -e
-E apm-server.rum.enabled=true
Expand Down

0 comments on commit d8061e1

Please sign in to comment.