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,
|
"available": true,
|
||||||
"port": 8119,
|
"port": 8119,
|
||||||
"id": "bookstack",
|
"id": "bookstack",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "22.07.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",
|
"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.",
|
"short_desc": "BookStack is a self-hosted platform for organising and storing information.",
|
||||||
"author": "Dan Brown",
|
"author": "Dan Brown",
|
||||||
"categories": ["data"],
|
"categories": [
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"website": "https://www.bookstackapp.com/",
|
"website": "https://www.bookstackapp.com/",
|
||||||
"source": "https://github.com/BookStackApp/BookStack",
|
"source": "https://github.com/BookStackApp/BookStack",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
bookstack:
|
bookstack:
|
||||||
image: lscr.io/linuxserver/bookstack:22.07.3
|
image: lscr.io/linuxserver/bookstack:22.09.20220915
|
||||||
container_name: bookstack
|
container_name: bookstack
|
||||||
environment:
|
environment:
|
||||||
- APP_URL=http://${INTERNAL_IP}:${APP_PORT}
|
- APP_URL=http://${INTERNAL_IP}:${APP_PORT}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user