Merge pull request #35 from ericsaintetienne/listening-port
Do not force listening port to 8181, closes #33
This commit is contained in:
commit
b871590607
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue