chore(deps): update lscr.io/linuxserver/bookstack docker tag to v24.05.20240520 (#3523)

This commit is contained in:
renovate[bot] 2024-05-20 23:30:31 +00:00 committed by GitHub
parent e27f30e1a5
commit 37f2950a7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,14 +5,12 @@
"exposable": true,
"port": 8119,
"id": "bookstack",
"tipi_version": 20,
"version": "24.05.20240513",
"tipi_version": 21,
"version": "24.05.20240520",
"description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password",
"short_desc": "BookStack is a self-hosted platform for organising and storing information.",
"author": "Dan Brown",
"categories": [
"data"
],
"categories": ["data"],
"website": "https://www.bookstackapp.com/",
"source": "https://github.com/BookStackApp/BookStack",
"form_fields": [
@ -25,8 +23,5 @@
"env_variable": "BOOKSTACK_DB_PASS"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
bookstack:
image: lscr.io/linuxserver/bookstack:24.05.20240513
image: lscr.io/linuxserver/bookstack:24.05.20240520
container_name: bookstack
environment:
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}