Ver código fonte

edit docker command in README.md

added the missing slash mentioned in issue #287
tags/v2.1.8^2
Arash Nemat Zadeh 3 anos atrás
pai
commit
051180a170
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver arquivo

338
 or you can run a docker image
338
 or you can run a docker image
339
 
339
 
340
 ```console
340
 ```console
341
-docker run -d -v $PWD/config.toml:config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
341
+docker run -d -v $PWD/config.toml:/config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
342
 ```
342
 ```
343
 
343
 
344
 where _443_ is a host port (a port you want to connect to from a
344
 where _443_ is a host port (a port you want to connect to from a

Carregando…
Cancelar
Salvar