Skip to content

Commit

Permalink
Merge pull request #271 from Dank-del/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds authored Jul 2, 2022
2 parents 0e80222 + 1cdaaa1 commit 79f921f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ surprises. Always choose some version tag.
Also, if you have `go` installed, you can always download this tool with `go get`:

```console
go get github.com/9seconds/mtg/v2
go install github.com/9seconds/mtg/v2@latest
```

#### Build from sources
Expand Down Expand Up @@ -338,7 +338,7 @@ $ sudo systemctl start mtg
or you can run a docker image

```console
docker run -d -v /etc/mtg.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 79f921f

Please sign in to comment.