Bladeren bron

Merge pull request #56 from hdid/patch-1

tiny fix README.md
tags/0.15.1^2
Sergey Arkhipov 7 jaren geleden
bovenliggende
commit
2d9259db48
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      README.md

+ 2
- 2
README.md Bestand weergeven

192
 # One-line runner
192
 # One-line runner
193
 
193
 
194
 ```console
194
 ```console
195
-docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16)
195
+docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16)
196
 ```
196
 ```
197
 
197
 
198
 or in secret mode:
198
 or in secret mode:
199
 
199
 
200
 ```console
200
 ```console
201
-docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16)
201
+docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16)
202
 ```
202
 ```
203
 
203
 
204
 You will have this tool up and running on port 3128. Now curl
204
 You will have this tool up and running on port 3128. Now curl

Laden…
Annuleren
Opslaan