From 070671796734c1c3d45e247d22d72bb41ae49ed8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 1 May 2020 00:20:00 +0200 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 cb218c6..a7d2d60 100644 --- a/Getting-Started-using-Docker.md +++ b/Getting-Started-using-Docker.md @@ -14,7 +14,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:/etc/openwebrx jketterl/openwebrx +docker run --device /dev/bus/usb -p 8073:8073 -v openwebrx-config:/etc/openwebrx jketterl/openwebrx:stable ``` 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 (The usual location is `/var/lib/docker/volumes/openwebrx-config/_data/`):