chore(deps): update ghcr.io/suwayomi/tachidesk docker tag to v1.1.0 (#3790)
This commit is contained in:
parent
55609e1504
commit
5d15930042
|
@ -4,20 +4,13 @@
|
|||
"exposable": true,
|
||||
"port": 4567,
|
||||
"id": "suwayomi",
|
||||
"tipi_version": 1,
|
||||
"version": "1.0.0",
|
||||
"categories": [
|
||||
"books",
|
||||
"media"
|
||||
],
|
||||
"tipi_version": 2,
|
||||
"version": "1.1.0",
|
||||
"categories": ["books", "media"],
|
||||
"description": "A free and open-source manga reader server that runs extensions",
|
||||
"short_desc": "An open-source manga reader server with bundled Web UI",
|
||||
"author": "Suwayomi",
|
||||
"source": "https://github.com/Suwayomi/docker-tachidesk",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64",
|
||||
"arm"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64", "arm"]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
suwayomi:
|
||||
image: ghcr.io/suwayomi/tachidesk:v1.0.0
|
||||
image: ghcr.io/suwayomi/tachidesk:v1.1.0
|
||||
container_name: suwayomi
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
|
Loading…
Reference in New Issue
Block a user