Skip to content

Commit

Permalink
remove specific version from docker launch command.
Browse files Browse the repository at this point in the history
  • Loading branch information
agilliland committed Oct 19, 2015
1 parent 083f93a commit 49536cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can run Metabase in two primary ways, as a docker container or as a jar.

To run Metabase via Docker, just type

docker run -d -p 3000:3000 —name metabase metabase/metabase:v0.12.0
docker run -d -p 3000:3000 —name metabase metabase/metabase


## JVM Jar
Expand Down

0 comments on commit 49536cc

Please sign in to comment.