setup S6 to accept openwebrx arguments on docker run

This commit is contained in:
Jakob Ketterl 2021-04-25 19:25:54 +02:00
parent a6ed578a0f
commit 1156916631
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ WORKDIR /opt/openwebrx
VOLUME /etc/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