More docker tidying

This commit is contained in:
Simon 2021-01-23 15:12:44 +00:00
parent 759f0116cf
commit a181449d1b
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ docker build --tag freedmr .
Start your container, passing your configuration file.
```bash
cfg_file="/absolute/path/to/cfg/file"
docker run -v $cfg_file:/opt/freedmr/hblink.cfg -p 54000-54020:54000-54020/udp freedmr
./run_in_docker.sh
```
Note that `$cfg_file` is used by the container's 'radio' user internally, so you may need to modify file permissions.