Skip to content

Commit

Permalink
README: fix mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
melkor217 committed May 21, 2016
1 parent 20b5ddf commit 805b9e8
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 @@ -83,7 +83,7 @@ So, step-by-step guide:
containers. You can inspect them, check logs etc with `docker-compose` commands.
* Check out http://localhost:3456
* If you want to generate fixture data to look at stuff, run `docker-compose exec ayanami rake db:seed`
* Database is also accessable on localhost:13306 with root/chosen_password
* Database is also accessable on localhost:13306 with specified user/password
* You can enter any container with `docker compose exec {ayanami|mysql|redis} bash`. Remember that all your changes
will not be permanent, with an exception for MySQL data :)

Expand Down

0 comments on commit 805b9e8

Please sign in to comment.