inspircd / docker

InspIRCd Docker image
https://hub.docker.com/r/inspircd/inspircd-docker
MIT License
120 stars 42 forks source link

0.0.0.0:6697: Operation not permitted. #155

Closed aikooo7 closed 4 days ago

aikooo7 commented 2 months ago

Using the command:

docker run --name ircd -p 6667:6667 inspircd/inspircd-docker

I get:

Warning! Some of your listener failed to bind:                                                                                                               
0.0.0.0:6697: Operation not permitted.                                            
Created from <bind> tag at /inspircd/conf/inspircd.conf:140                                                                                                         
0.0.0.0:6667: Operation not permitted.                                            
Created from <bind> tag at /inspircd/conf/inspircd.conf:206                                                                                                         
0.0.0.0:7000: Operation not permitted.                                            
Created from <bind> tag at /inspircd/conf/inspircd.conf:227                                                                                                         
0.0.0.0:7001: Operation not permitted.                                            
Created from <bind> tag at /inspircd/conf/inspircd.conf:228
SadieCat commented 4 days ago

Closing this as based on your Anope docker issue you seem to have fixed it. :)

aikooo7 commented 4 days ago

Closing this as based on your Anope docker issue you seem to have fixed it. :)

I did indeed fix it but forgot to close this issue, thanks for closing it