Skip to content
Snippets Groups Projects
Commit 4a8d5337 authored by Arthur Ulfeldt's avatar Arthur Ulfeldt
Browse files

Allow custom h2 path in containers

parent f608336e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ fi
# this is to avoid running creating non-root DB files at the root of the filesystem
# while still making them easy to find for DB export when migrating from H2 to other application DBs
db_file=/app/metabase.db
db_file=${MB_DB_FILE:-/app/metabase.db}
db_alias=/metabase.db
export MB_DB_FILE=$db_file
chown metabase:metabase /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment