Create config.json

This commit is contained in:
Alexandre
2022-01-26 20:20:11 +01:00
committed by GitHub
parent 748e2cc590
commit 63837c35ca

View File

@@ -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": {},