diff --git a/Template/Stack/bookstack.yml b/Template/Stack/bookstack.yml index 678fc7b..6b80c47 100644 --- a/Template/Stack/bookstack.yml +++ b/Template/Stack/bookstack.yml @@ -14,7 +14,7 @@ services: volumes: - /portainer/Files/AppData/Bookstack/Data:/config ports: - - 6875:80 + - ${PORT}:80 restart: unless-stopped depends_on: - bookstack_db diff --git a/Template/template.json b/Template/template.json index 8c2412a..0fb29ac 100644 --- a/Template/template.json +++ b/Template/template.json @@ -3253,12 +3253,16 @@ "preset": true }, { - "name": "Database_Password", - "label": "Database Password" + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" }, { "name": "MYSQL_ROOT_PASSWORD", "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" } ] }