setup S6 to accept openwebrx arguments on docker run
This commit is contained in:
parent
a6ed578a0f
commit
1156916631
@ -20,6 +20,7 @@ WORKDIR /opt/openwebrx
|
|||||||
VOLUME /etc/openwebrx
|
VOLUME /etc/openwebrx
|
||||||
VOLUME /var/lib/openwebrx
|
VOLUME /var/lib/openwebrx
|
||||||
|
|
||||||
CMD [ "/opt/openwebrx/docker/scripts/run.sh" ]
|
ENV S6_CMD_ARG0="/opt/openwebrx/docker/scripts/run.sh"
|
||||||
|
CMD []
|
||||||
|
|
||||||
EXPOSE 8073
|
EXPOSE 8073
|
||||||
|
Loading…
Reference in New Issue
Block a user