diff options
Diffstat (limited to 'examples/docker/README.md')
-rw-r--r-- | examples/docker/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/docker/README.md b/examples/docker/README.md index 60cb24e..e46009a 100644 --- a/examples/docker/README.md +++ b/examples/docker/README.md @@ -16,7 +16,8 @@ docker-compose build #start the containers in the background docker-compose start -d ``` -Visit the http://localhost:3000/admin/init to configure Ponzu. + +Visit the http://localhost:3000/admin to configure Ponzu. Stop the on containers: ``` |