add data directory volume definition (for whatever it's worth)

This commit is contained in:
Jakob Ketterl 2021-02-11 00:25:31 +01:00
parent 0cf67d5e2c
commit fdfaed005b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ENTRYPOINT ["/init"]
WORKDIR /opt/openwebrx
VOLUME /etc/openwebrx
VOLUME /var/lib/openwebrx
CMD [ "/opt/openwebrx/docker/scripts/run.sh" ]