add notes about docker volumes
parent
2d58c9d21c
commit
26d30ce466
|
|
@ -43,6 +43,15 @@ edited once, the full file should be migrated.
|
|||
|
||||
`bands.json` will not be migrated at this point.
|
||||
|
||||
## Special information for docker installations
|
||||
|
||||
The new configuration system is using a different storage location to write its information to, so to actually persist
|
||||
the changes you make in the web configuration, you will need to mount an additional volume for the path
|
||||
`/var/lib/openwebrx`.
|
||||
|
||||
Once the migration is complete, the existing volume for `/etc/openwebrx` is only used for the remaining `bands.json`
|
||||
and `openwebrx.conf`. If you don't have any modifications to these files, you should be able to run without this volume.
|
||||
|
||||
# Red Pitaya support
|
||||
|
||||
The existing "red_pitaya" device type has been dropped in favor of the new HPSDR support, which also covers the Red
|
||||
|
|
|
|||
Loading…
Reference in New Issue