mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
Merge pull request #254 from Naramsim/patch-1
docs(readme): shorten docker command for the relay
This commit is contained in:
commit
acda80d35c
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,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-9013:9009-9013 -e CROC_PASS='YOURPASSWORD' schollz/croc
|
||||||
```
|
```
|
||||||
|
|
||||||
Be sure to include the password for the relay otherwise any requests will be rejected.
|
Be sure to include the password for the relay otherwise any requests will be rejected.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue