Sign inSign up

c0dy/unrealircd

By c0dy

Updated over 8 years ago

UnrealIRCd

Image
0

864

c0dy/unrealircd repository overview

UnrealIRCd: Dockerized

Config

Replace the contents of /unreal with your and UnrealIRCd configuration files. I suggest creating your SSL certificates with Let's Encrypt, use this guide.

Run

$ ./run.sh
#!/bin/sh
docker run --name ircd -p 6667:6667 \
   -p 6697:6697 -p 6090:6090 \
   -v $(pwd)/unreal:/home/ircd/unrealircd/conf \
   --rm -it -d c0dy/unrealircd

Tag summary

Content type

Image

Digest

Size

182.6 MB

Last updated

over 8 years ago

docker pull c0dy/unrealircd