From 63837c35ca46728fc3f17714a22859325050bfae Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:20:11 +0100 Subject: [PATCH] Create config.json --- wger/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wger/config.json b/wger/config.json index 639d093d6..50505b1f2 100644 --- a/wger/config.json +++ b/wger/config.json @@ -1,8 +1,9 @@ { - "arch": ["amd64", "aarch64"], + "arch": ["amd64"], "boot": "auto", "description": "manage your personal workouts, weight and diet plans", - "environment": {}, + "environment": { + "DJANGO_DB_DATABASE": "/data/database.sqlite" }, "map": ["share:rw", "ssl:ro"], "name": "Wger", "options": {},