diff options
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: |