Skip to content

Commit

Permalink
Merge pull request #289 from arashnm80/arashnm80-fix-docker-command
Browse files Browse the repository at this point in the history
edit docker command in README.md
  • Loading branch information
9seconds authored Nov 21, 2022
2 parents b4e0143 + 051180a commit e68d0c7
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 e68d0c7

Please sign in to comment.