diff --git a/README.md b/README.md index 8a9b64a..86f00fb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Crystal port of [tvhProxy](https://github.com/jkaberg/tvhProxy) which is a pro ### Docker There is more information on how to set it up on the [docker-antennas page](https://github.com/TheJF/docker-antennas), however the short version is: -* `docker create --name=antennas -v :/antennas/config -p 5004:5004 the/antennas` +* `docker create --name=antennas -v :/opt/antennas/config -p 5004:5004 thejf/antennas` * Set up `config.yml` (see configuration instructions [here](https://github.com/TheJF/antennas#configuration)) where you pointed the config volume (what you replaced `` with * `docker start antennas`