Last active
October 17, 2018 02:37
-
-
Save ivanmonteiro/f4a4a36fd851f1c7edc7c4c48ae79be2 to your computer and use it in GitHub Desktop.
Run metabase on docker with java_options memory limit of 1gb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -d -p 3000:3000 -e "JAVA_TOOL_OPTIONS=-Xmx1g" -v ~/metabase-data:/metabase-data -e "MB_DB_FILE=/metabase-data/metabase.db" --name metabase metabase/metabase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment