Updated Getting Started using Docker (markdown)

Jakob Ketterl 2019-12-14 20:54:14 +01:00
parent 78a8292b9c
commit 7de722141f
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ In order to download and run the full image, simply use these commands:
```
docker volume create openwebrx-config
docker run --device /dev/bus/usb -p 8073:8073 -v openwebrx-config:/config jketterl/openwebrx
docker run --device /dev/bus/usb -p 8073:8073 -v openwebrx-config:/etc/openwebrx jketterl/openwebrx
```
When using docker, the config will be stored inside a docker volume, so in order to edit the config you will need to find out the filesystem path that is used by docker: