Skip to content

Commit

Permalink
renamed docker image name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi1011 authored and picandocodigo committed Nov 2, 2022
1 parent dc0efc4 commit 37b7897
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 @@ -97,7 +97,7 @@ You can generate a simple Ruby on Rails application with a single command
--env "cluster.name=elasticsearch-rails" \
--env "cluster.routing.allocation.disk.threshold_enabled=false" \
--rm \
docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.0
docker.elastic.co/elasticsearch/elasticsearch:7.6.0
```

Once Elasticsearch is running, you can generate the simple app with this command:
Expand Down

0 comments on commit 37b7897

Please sign in to comment.