Skip to content

Commit b4e6b1d

Browse files
committed
mount fluent-bit db folder with rw permissions
1 parent 1286779 commit b4e6b1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

startupscript/butane/run-fluent-bit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ DOCKER_ARGS=(
5454
-v /etc/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
5555
-v /var/log/journal:/var/log/journal:ro
5656
-v /var/lib/docker/containers:/var/lib/docker/containers:ro
57+
-v /var/lib/fluent-bit:/var/lib/fluent-bit
5758
)
5859

5960
# Add cloud-specific configuration

0 commit comments

Comments
 (0)