forked from External/ergo
update dockerfile and minor changes
This commit is contained in:
parent
9851d2e9bc
commit
0898a6aa91
5 changed files with 21 additions and 33 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue