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