chore(deps): update lscr.io/linuxserver/bookstack docker tag to v23.06.20230630 (#782)
This commit is contained in:
parent
d393684044
commit
4be65da30b
|
@ -5,12 +5,14 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8119,
|
"port": 8119,
|
||||||
"id": "bookstack",
|
"id": "bookstack",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "23.05.20230503",
|
"version": "23.06.20230630",
|
||||||
"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:23.05.20230503
|
image: lscr.io/linuxserver/bookstack:23.06.20230630
|
||||||
container_name: bookstack
|
container_name: bookstack
|
||||||
environment:
|
environment:
|
||||||
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user