Do not force listening port to 8181

This change allows using Headphones builtin mechanism to set and use the
listening TCP port.

This is particularly useful when using macvlan networking as docker's -p
option isn't functional in this case.
This commit is contained in:
Eric Saint-Etienne 2018-04-03 16:09:37 +01:00
parent eee309a141
commit 247c05e177

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
exec \ exec \
s6-setuidgid abc python /app/headphones/Headphones.py -p 8181 \ s6-setuidgid abc python /app/headphones/Headphones.py \
--datadir=/config --datadir=/config