Updating readme with correct no password usage

This commit is contained in:
gar
2016-08-09 20:51:19 -07:00
committed by Philippe Vaucher
parent bce9f99b0b
commit 524e578fca

View File

@@ -113,7 +113,6 @@ Starting with login and password
```
docker run \
--env PASSWORD=password \
--env PORT=57575 \
-p 57575:57575 \
-d garland/butterfly --unsecure --host=0.0.0.0 --port=57575 --login
```
@@ -122,8 +121,7 @@ Starting with no password
```
docker run \
--env PASSWORD=password \
--env PORT=57575 \
-p 57575:57575 \
-d garland/butterfly --unsecure --host=0.0.0.0 --port=57575 --login
-d garland/butterfly --unsecure --host=0.0.0.0 --port=57575
```