You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: