ATTENTION: Libretime now offers a way of running it in docker containers. This project wont see anymore development. One way to get libretime to work within a Docker container
I installed odclive/libretime-docker on a Synology NAS via docker. Since i have problems with liquidsoap service i am looking into a step by step debugging.
admin@Diskstation:~$ sudo docker run -p 80:80 -p 8000:8000 -p 8001:8001 --name=libretime3 odclive/libretime-docker:latest
docker: Error response from daemon: driver failed programming external connectivity on endpoint libretime3 (f0769552c5de2d7e12ac4f58e5ccb919304f373a77f1d6cc6ee922a561d4ad99): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use.
ERRO[0000] error waiting for container: context canceled
admin@Diskstation:~$
Could it be that another container/process is using port 80? It is usually the reason behind this error. Other than that I can't help further sorry. Leaving it open for now!
Hi there,
I installed odclive/libretime-docker on a Synology NAS via docker. Since i have problems with liquidsoap service i am looking into a step by step debugging.
Can anyone help me understand these port issues ?