chore(deps): update ghcr.io/suwayomi/tachidesk docker tag to v1.1.0 (#3790)

This commit is contained in:
renovate[bot] 2024-06-15 03:50:51 +00:00 committed by GitHub
parent 55609e1504
commit 5d15930042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 12 deletions

View File

@ -4,20 +4,13 @@
"exposable": true, "exposable": true,
"port": 4567, "port": 4567,
"id": "suwayomi", "id": "suwayomi",
"tipi_version": 1, "tipi_version": 2,
"version": "1.0.0", "version": "1.1.0",
"categories": [ "categories": ["books", "media"],
"books",
"media"
],
"description": "A free and open-source manga reader server that runs extensions", "description": "A free and open-source manga reader server that runs extensions",
"short_desc": "An open-source manga reader server with bundled Web UI", "short_desc": "An open-source manga reader server with bundled Web UI",
"author": "Suwayomi", "author": "Suwayomi",
"source": "https://github.com/Suwayomi/docker-tachidesk", "source": "https://github.com/Suwayomi/docker-tachidesk",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64", "arm"]
"arm64",
"amd64",
"arm"
]
} }

View File

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
suwayomi: suwayomi:
image: ghcr.io/suwayomi/tachidesk:v1.0.0 image: ghcr.io/suwayomi/tachidesk:v1.1.0
container_name: suwayomi container_name: suwayomi
environment: environment:
- TZ=${TZ} - TZ=${TZ}