mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Updating readme with correct no password usage
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user