https://github.com/pglevy/metabase
https://github.com/pglevy/metabase
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pglevy/metabase
- Owner: pglevy
- Created: 2023-10-28T19:38:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T19:57:30.000Z (over 2 years ago)
- Last Synced: 2025-08-31T14:40:58.582Z (10 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metabase
I ran these commands:
`docker pull metabase/metabase:latest`
`docker run -d -p 3000:3000 --name metabase metabase/metabase`
`docker stop metabase`