We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1286779 commit b4e6b1dCopy full SHA for b4e6b1d
1 file changed
startupscript/butane/run-fluent-bit.sh
@@ -54,6 +54,7 @@ DOCKER_ARGS=(
54
-v /etc/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
55
-v /var/log/journal:/var/log/journal:ro
56
-v /var/lib/docker/containers:/var/lib/docker/containers:ro
57
+ -v /var/lib/fluent-bit:/var/lib/fluent-bit
58
)
59
60
# Add cloud-specific configuration
0 commit comments