chore(deps): update ghcr.io/advplyr/audiobookshelf docker tag to v2.5.0 (#1495)
This commit is contained in:
parent
1cc62c2202
commit
355eefa6e6
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 13378,
|
"port": 13378,
|
||||||
"id": "audiobookshelf",
|
"id": "audiobookshelf",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "2.4.4",
|
"version": "2.5.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"books",
|
"books",
|
||||||
"media"
|
"media"
|
||||||
|
@ -16,5 +16,8 @@
|
||||||
"author": "advplyr",
|
"author": "advplyr",
|
||||||
"source": "https://github.com/advplyr/audiobookshelf",
|
"source": "https://github.com/advplyr/audiobookshelf",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.4.4
|
image: ghcr.io/advplyr/audiobookshelf:2.5.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user