11 lines
179 B
Bash
Executable File
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
|