docker-unrealircd/docker-run.sh
2021-10-18 02:03:44 +03:00

11 lines
179 B
Bash
Executable File

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