Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 48aa795

Browse files
author
Chris Wiechmann
committed
[skip ci] Config folder was not mapped into the container
1 parent e352ab2 commit 48aa795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metricbeat/docker-compose.metricbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
source: metricbeatdata
3030
target: /usr/share/metricbeat/data # Required to make sure that Filebeat remembers the last position, even if the container is recreated
3131
- /etc/localtime:/etc/localtime:ro # Required to sync timezone of the server into the Filebeat Docker-Container
32-
- ${PWD}/metricbeat/configs:/usr/share/metricbeat/configs
32+
- ${PWD}/metricbeat/config:/usr/share/metricbeat/config
3333
- ${PWD}/metricbeat/activeDashboards:/usr/share/metricbeat/activeDashboards
3434
- /var/lib/docker/containers:/var/lib/docker/containers:ro
3535
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)