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.
2024-03-13 09:52:56 +02:00
2021-10-19 20:04:11 +03:00
2021-10-17 04:04:33 +03:00
2021-10-17 00:01:27 +03:00
2021-10-17 00:01:27 +03:00
2021-10-17 00:01:27 +03:00
2021-10-18 02:03:44 +03:00
2021-10-18 02:03:44 +03:00
2024-03-13 09:52:56 +02:00

docker-compose build --no-cache
docker run -d \
    -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

docker exec --user 0 -it unrealircd /bin/bash
Description
No description provided
Readme
Languages
Dockerfile 82.1%
Shell 17.9%