Updated Getting Started using Docker (markdown)

Jakob Ketterl 2020-02-21 22:23:26 +01:00
parent 81185daf98
commit 1bfe7f4ccf
1 changed files with 1 additions and 1 deletions

@ -19,4 +19,4 @@ When using docker, the config will be stored inside a docker volume, so in order
docker volume inspect openwebrx-config|grep Mountpoint
```
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`.
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 edit your configuration to make `temporary_directory` point to `/tmp/openwebrx`.