troubleshooting

This commit is contained in:
SelfhostedPro 2020-06-05 08:50:58 -07:00
parent 301c5eab53
commit 5795304669
2 changed files with 7 additions and 3 deletions

View File

@ -14,7 +14,7 @@ services:
volumes: volumes:
- /portainer/Files/AppData/Bookstack/Data:/config - /portainer/Files/AppData/Bookstack/Data:/config
ports: ports:
- 6875:80 - ${PORT}:80
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- bookstack_db - bookstack_db

View File

@ -3253,12 +3253,16 @@
"preset": true "preset": true
}, },
{ {
"name": "Database_Password", "name": "DATABASE_PASSWORD",
"label": "Database Password" "label": "DATABASE_PASSWORD"
}, },
{ {
"name": "MYSQL_ROOT_PASSWORD", "name": "MYSQL_ROOT_PASSWORD",
"label": "MYSQL_ROOT_PASSWORD" "label": "MYSQL_ROOT_PASSWORD"
},
{
"name": "PORT",
"label": "PORT"
} }
] ]
} }