Merge pull request #35 from ericsaintetienne/listening-port

Do not force listening port to 8181, closes #33
This commit is contained in:
saarg 2018-04-03 22:10:30 +02:00 committed by GitHub
commit b871590607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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