From a5c156713858e7701b2c8605e789c5256a699bc8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 23 Oct 2021 15:27:48 +0200 Subject: [PATCH] Use own docker image temporarily --- abra.sh | 2 +- compose.yml | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index 8059871..7ae0733 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export INSTALL_SH_VERSION=v8 +export INSTALL_SH_VERSION=v9 export CONFIG_JSON_VERSION=v7 export CONFIG_OWNER_JSON_VERSION=v4 diff --git a/compose.yml b/compose.yml index 3c88287..90da1d4 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: dobbs/farm + image: 3wordchant/fedwiki-farm:1.0.11 command: /bin/sh config/install.sh volumes: - "fedwiki_friends:/home/node/config" diff --git a/install.sh b/install.sh index 22874b9..62b588a 100644 --- a/install.sh +++ b/install.sh @@ -8,4 +8,4 @@ if [ ! -f .wiki/config.owner.json ]; then cp config/config.owner.json .wiki/config.owner.json fi -wiki --farm --security_type=friends +wiki --farm