Merge pull request #98 from meienberger/renovate/lscr.io-linuxserver-bookstack-22.x
chore(deps): update lscr.io/linuxserver/bookstack docker tag to v22.09.20220915
This commit is contained in:
commit
4a8626c901
|
@ -4,12 +4,14 @@
|
|||
"available": true,
|
||||
"port": 8119,
|
||||
"id": "bookstack",
|
||||
"tipi_version": 2,
|
||||
"version": "22.07.3",
|
||||
"tipi_version": 3,
|
||||
"version": "22.09.20220915",
|
||||
"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": [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
bookstack:
|
||||
image: lscr.io/linuxserver/bookstack:22.07.3
|
||||
image: lscr.io/linuxserver/bookstack:22.09.20220915
|
||||
container_name: bookstack
|
||||
environment:
|
||||
- APP_URL=http://${INTERNAL_IP}:${APP_PORT}
|
||||
|
|
Loading…
Reference in New Issue
Block a user