Skip to content

Commit

Permalink
edit docker command in README.md
Browse files Browse the repository at this point in the history
added the missing slash mentioned in issue #287
  • Loading branch information
arashnm80 authored Nov 17, 2022
1 parent b4e0143 commit 051180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ $ sudo systemctl start mtg
or you can run a docker image

```console
docker run -d -v $PWD/config.toml:config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
docker run -d -v $PWD/config.toml:/config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
```

where _443_ is a host port (a port you want to connect to from a
Expand Down

0 comments on commit 051180a

Please sign in to comment.