mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Support relay password for docker
This commit is contained in:
parent
f12940bbcd
commit
1ae85758f0
2 changed files with 2 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 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