From a062ba9845efb66294e0a20f08f7dde8cfa9518d Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 8 Feb 2020 22:04:36 +0100 Subject: [PATCH] Updated Getting Started using Docker (markdown) --- Getting-Started-using-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Started-using-Docker.md b/Getting-Started-using-Docker.md index 4836506..bfda7d4 100644 --- a/Getting-Started-using-Docker.md +++ b/Getting-Started-using-Docker.md @@ -17,4 +17,6 @@ When using docker, the config will be stored inside a docker volume, so in order ``` docker volume inspect openwebrx-config|grep Mountpoint -``` \ No newline at end of file +``` + +If your host is running any kind of flash-based storage (e.g. SSDs or the SD-card of a Raspberry Pi) it is highly recommended to offload the temporary files to memory-based storage. you can do this by adding `--tmpfs=/tmp/openwebrx` to the docker commandline. Please also check that temporary_directory in your config points to `/tmp/openwebrx`. \ No newline at end of file