Use own docker image temporarily

This commit is contained in:
3wc 2021-10-23 15:27:48 +02:00
parent 143558b56f
commit a5c1567138
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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