kessibi / libretime-docker

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
27 stars 12 forks source link

libretime on Synology NAS via Docker #32

Open simistef opened 2 years ago

simistef commented 2 years ago

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.

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:~$ 

Can anyone help me understand these port issues ?

kessibi commented 2 years ago

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!