mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add data directory volume definition (for whatever it's worth)
This commit is contained in:
parent
0cf67d5e2c
commit
fdfaed005b
|
|
@ -18,6 +18,7 @@ ENTRYPOINT ["/init"]
|
||||||
WORKDIR /opt/openwebrx
|
WORKDIR /opt/openwebrx
|
||||||
|
|
||||||
VOLUME /etc/openwebrx
|
VOLUME /etc/openwebrx
|
||||||
|
VOLUME /var/lib/openwebrx
|
||||||
|
|
||||||
CMD [ "/opt/openwebrx/docker/scripts/run.sh" ]
|
CMD [ "/opt/openwebrx/docker/scripts/run.sh" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue