1
1
Fork 0
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:
Thorben Günther 2019-12-06 14:49:45 +01:00
parent 1ae85758f0
commit 06dd3ba62f
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED
3 changed files with 10 additions and 3 deletions

View file

@ -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