chore(deps): update lscr.io/linuxserver/bookstack docker tag to v23.10.20231030 (#1500)
This commit is contained in:
parent
2ff1e17960
commit
aae5052314
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8119,
|
"port": 8119,
|
||||||
"id": "bookstack",
|
"id": "bookstack",
|
||||||
"tipi_version": 12,
|
"tipi_version": 13,
|
||||||
"version": "23.08.20230830",
|
"version": "23.10.20231030",
|
||||||
"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",
|
||||||
|
@ -25,5 +25,8 @@
|
||||||
"env_variable": "BOOKSTACK_DB_PASS"
|
"env_variable": "BOOKSTACK_DB_PASS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
bookstack:
|
bookstack:
|
||||||
image: lscr.io/linuxserver/bookstack:23.08.20230830
|
image: lscr.io/linuxserver/bookstack:23.10.20231030
|
||||||
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