Skip to content

Commit

Permalink
default data dir to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 17, 2024
1 parent 1436054 commit 4b69e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryostat-entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ cfg="$(mktemp)"
envsubst '$CRYOSTAT_ACCESS_KEY $CRYOSTAT_SECRET_KEY' < /etc/seaweed_conf.template.json > "${cfg}"

exec /usr/bin/entrypoint.sh \
server -dir="${DATA_DIR:-/data}" \
server -dir="${DATA_DIR:-/tmp}" \
-s3 -s3.config="${cfg}" \
"$@"

0 comments on commit 4b69e2c

Please sign in to comment.