From 247c05e1772b659edaf0c7b00b1810b91992e479 Mon Sep 17 00:00:00 2001 From: Eric Saint-Etienne Date: Tue, 3 Apr 2018 16:09:37 +0100 Subject: [PATCH] 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. --- root/etc/services.d/headphones/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/services.d/headphones/run b/root/etc/services.d/headphones/run index a210708..1e00926 100644 --- a/root/etc/services.d/headphones/run +++ b/root/etc/services.d/headphones/run @@ -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