Skip to content

Commit fe42fdf

Browse files
authored
Merge pull request #9 from axoflow/fix/default-storage-on-docker-run
fix: set default storage on docker run
2 parents 30116d1 + 1082f7e commit fe42fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -eu
44

5+
: "${STORAGE_DIRECTORY:=etc/axoflow-otel-collector/storage}"
6+
57
detect_provider() {
68
local provider=""
79
local count=0

0 commit comments

Comments
 (0)