diff options
author | kmeister <kris@aliencom.net> | 2017-04-13 17:53:09 -0400 |
---|---|---|
committer | kmeister <kris@aliencom.net> | 2017-04-13 17:53:09 -0400 |
commit | e8b02fa2be50e8972cdf163022dfa7eb2c524821 (patch) | |
tree | 8f7aafb147b0d5160e2ee3229e684a039956989c /examples/docker/README.md | |
parent | e1686caf5e9cfa597151d04686334e31bf462670 (diff) |
[docker-example] clarification
Diffstat (limited to 'examples/docker/README.md')
-rw-r--r-- | examples/docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docker/README.md b/examples/docker/README.md index bf9fb01..55566b1 100644 --- a/examples/docker/README.md +++ b/examples/docker/README.md @@ -19,7 +19,7 @@ docker-compose start -d #### Then follow these steps: 1. Visit the http://localhost:3000/admin to configure Ponzu. -2. Add several songs http://localhost:3000/admin/reviews +2. Add several songs http://localhost:3000/admin/contents?type=Song 3. Visit http://localhost:3000/ to see the rest service accessed via AJAX Stop the containers: |