Last active
August 25, 2020 04:39
-
-
Save 0hsn/43f722adf3e72f6ec27ccfa6fbe37cda to your computer and use it in GitHub Desktop.
docker-compose.yml for metabase/metabaes v0.35.4
This file contains 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
version: "3.7" | |
services: | |
metabase: | |
container_name: metabase | |
image: metabase/metabase:v0.35.4 | |
ports: | |
- "80:3000" | |
environment: | |
- MB_DB_FILE=/metabase-data/metabase.db | |
volumes: | |
- "./metabase-data:/metabase-data" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment