quick fixes
This commit is contained in:
parent
bff3c19c0a
commit
865cb870de
1 changed files with 6 additions and 1 deletions
|
@ -2061,7 +2061,7 @@
|
||||||
"bind": "/portainer/Files/AppData/Config/Nzbget"
|
"bind": "/portainer/Files/AppData/Config/Nzbget"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container": "/config",
|
"container": "/downloads",
|
||||||
"bind": "/portainer/Downloads"
|
"bind": "/portainer/Downloads"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -3300,6 +3300,7 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Wiki"
|
"Wiki"
|
||||||
],
|
],
|
||||||
|
"note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/SelfhostedPro/selfhosted_templates",
|
"url": "https://github.com/SelfhostedPro/selfhosted_templates",
|
||||||
|
@ -3318,6 +3319,10 @@
|
||||||
"default": "100",
|
"default": "100",
|
||||||
"preset": true
|
"preset": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "TZ",
|
||||||
|
"label": "TZ"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "DATABASE_PASSWORD",
|
"name": "DATABASE_PASSWORD",
|
||||||
"label": "DATABASE_PASSWORD"
|
"label": "DATABASE_PASSWORD"
|
||||||
|
|
Loading…
Reference in a new issue