update dockerfile and minor changes

This commit is contained in:
Daniel Thamdrup 2021-06-09 15:24:52 +02:00
parent 9851d2e9bc
commit 0898a6aa91
5 changed files with 21 additions and 33 deletions

View file

@ -1,8 +1,8 @@
version: "3.2"
version: "3.8"
services:
oragono:
image: oragono/oragono:latest
ergo:
image: ergochat/ergo:latest
ports:
- "6667:6667/tcp"
- "6697:6697/tcp"

View file

@ -1,8 +1,5 @@
#!/bin/sh
# start in right dir
cd /ircd
# make config file
if [ ! -f "/ircd/ircd.yaml" ]; then
awk '{gsub(/path: languages/,"path: /ircd-bin/languages")}1' /ircd-bin/default.yaml > /tmp/ircd.yaml