mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Don't force users to set $CROC_PASS
This commit is contained in:
parent
1ae85758f0
commit
06dd3ba62f
3 changed files with 10 additions and 3 deletions
|
@ -132,7 +132,7 @@ If it's easier you can also run a relay with Docker:
|
|||
|
||||
|
||||
```
|
||||
$ docker run -d -p 9009:9009 -p 9010:9010 -p 9011:9011 -p 9012:9012 -p 9013:9013 -e CROC_PASS YOURPASSWORD schollz/croc
|
||||
$ docker run -d -p 9009:9009 -p 9010:9010 -p 9011:9011 -p 9012:9012 -p 9013:9013 -e CROC_PASS='YOURPASSWORD' schollz/croc
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue