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.
5 lines
113 B
Text
5 lines
113 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc python /app/headphones/Headphones.py \
|
|
--datadir=/config
|