From 7de722141f6e3721c419127c6f3aebcd2f560a4b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 14 Dec 2019 20:54:14 +0100 Subject: [PATCH] Updated Getting Started using Docker (markdown) --- Getting-Started-using-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started-using-Docker.md b/Getting-Started-using-Docker.md index 586f52a..4836506 100644 --- a/Getting-Started-using-Docker.md +++ b/Getting-Started-using-Docker.md @@ -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: