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:
parent
eee309a141
commit
247c05e177
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc python /app/headphones/Headphones.py -p 8181 \
|
||||
s6-setuidgid abc python /app/headphones/Headphones.py \
|
||||
--datadir=/config
|
||||
|
|
Loading…
Add table
Reference in a new issue