mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 01:54:02 +03:00
Merge pull request #289 from arashnm80/arashnm80-fix-docker-command
edit docker command in README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user