Initial import

This commit is contained in:
Glenn Y. Rolland 2020-06-02 14:52:19 +02:00
commit d7265c409e
2 changed files with 14 additions and 0 deletions

1
Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM inspircd/inspircd-docker

13
docker-config.yml Normal file
View File

@ -0,0 +1,13 @@
---
version: "3.4"
services:
irc:
build: .
environment:
INSP_CONNECT_HASH: hmac-sha256
INSP_CONNECT_PASSWORD: toto
ports:
- 6667:6667