ratbox-docker/README.md

12 lines
311 B
Markdown
Raw Permalink Normal View History

2023-08-21 23:14:15 +00:00
# ircd-ratbox Docker
Dockerized ratbox for development only.
The configuration is barely functional and a lot of shit is probably insecure,
but will be good enough to do some local development of IRC related shit.
## Usage
```sh
docker build -t ircd-ratbox .
docker run -d -p 6667:6667 ircd-ratbox:latest
```