summaryrefslogtreecommitdiff
path: root/examples/docker/README.md
diff options
context:
space:
mode:
authorkmeister <kris@aliencom.net>2017-04-13 16:10:30 -0400
committerkmeister <kris@aliencom.net>2017-04-13 16:10:30 -0400
commit62a13d5307c50c3241998f6352e96e8ed72d631b (patch)
treebd8603434f72f7c816b2a62483b7807285596d37 /examples/docker/README.md
parent252b0413b5bd940f6447656a8630c671b50d99c8 (diff)
[docker-example] nginx fronting ponzu
Diffstat (limited to 'examples/docker/README.md')
-rw-r--r--examples/docker/README.md3
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:
```