Closed valerio-bozzolan closed 3 years ago
I tried a sample installation using docker run -p 80:80 -p 8000:8000 -p 8001:8001 --name=libretime odclive/libretime-docker:latest
which pulled the image from the web. It started correctly and when asked to start liquidsoap services I executed docker exec libretime sh /libre_start.sh
. The install works on my side and liquidsoap doesn't stop like it does on your side (can correctly create shows, import and play musics).
So it might indeed be a problem from your HTTP proxy, I am not sure I understand what's going on with it...
In this case I suggest to mark this issue as invalid and cannot reproduce or something like that.
Thanks for your work and apologies if I have not enough time to provide further troubleshooting.
To be honest at the end we fixed adopting this Docker image:
https://github.com/ned-kelly/docker-multicontainer-libretime/blob/master/README.md
Alright, glad it works for you in the end.
Hello everybody,
I've a fresh host and I've executed
Then completed the installation. The strange part is that for some seconds Liquidsoap is marked as running:
Then it shutdown itself:
After that, In the logs I see:
And this is the airtime_analyzer.log:
Any clue about how I was able to mess up this docker? :see_no_evil:
Additional information:
This web page is served via a simple HTTP proxy made with Apache, too keep the Docker internal. Something very usual I think. But this may be the problem because I'm not able to reproduce this issue when running this Docker not on this server but on my computer and visiting via localhost.
Any troubleshooting tip?