This repository has been archived on 2024-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
docker-unrealircd/docker-run.sh
2021-10-17 00:01:27 +03:00

10 lines
186 B
Bash
Executable File

#/bin/bash
docker run -d -it \
-p 127.0.0.1:6900:6900 \
-p 127.0.0.1:6697:6697 \
-p 127.0.0.1:6667:6667 \
-v /${PWD}/conf/:/app/conf \
--name unrealircd \
unrealircd:latest