mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update metabase
This commit is contained in:
parent
ae77db77e6
commit
14ab509418
@ -3,4 +3,7 @@ metabase
|
||||
|
||||
[Metabase][1] is the easy, open source way for everyone in your company to ask questions and learn from data.
|
||||
|
||||
[Using the REST API][2]
|
||||
|
||||
[1]: https://www.metabase.com
|
||||
[2]: https://github.com/metabase/metabase/wiki/Using-the-REST-API
|
||||
|
@ -14,6 +14,7 @@ services:
|
||||
- MB_DB_PORT=5432
|
||||
- MB_DB_USER=root
|
||||
- MB_DB_PASS=root
|
||||
- MAX_SESSION_AGE=20160 # value is in minutes (14 days by default)
|
||||
- JAVA_TOOL_OPTIONS=-Xmx6g
|
||||
# JAVA_OPTS=-Dcom.sun.management.jmxremote.port=1099
|
||||
# -Dcom.sun.management.jmxremote.rmi.port=1099
|
||||
|
Loading…
Reference in New Issue
Block a user