fix up the services
This commit is contained in:
parent
8b2315b230
commit
6b55f8723b
|
|
@ -23,6 +23,6 @@ VOLUME /etc/openwebrx
|
||||||
VOLUME /var/lib/openwebrx
|
VOLUME /var/lib/openwebrx
|
||||||
|
|
||||||
ENV S6_CMD_ARG0="/opt/openwebrx/docker/scripts/run.sh"
|
ENV S6_CMD_ARG0="/opt/openwebrx/docker/scripts/run.sh"
|
||||||
CMD []
|
CMD [""]
|
||||||
|
|
||||||
EXPOSE 8073
|
EXPOSE 8073
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/execlineb -P
|
#!/command/execlineb -P
|
||||||
/usr/local/bin/codecserver
|
/usr/local/bin/codecserver
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/execlineb -P
|
#!/command/execlineb -P
|
||||||
/usr/local/bin/sdrplay_apiService
|
/usr/local/bin/sdrplay_apiService
|
||||||
|
|
@ -34,4 +34,3 @@ python3 openwebrx.py $@ &
|
||||||
|
|
||||||
child=$!
|
child=$!
|
||||||
wait "$child"
|
wait "$child"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue