Update Kapowarr to v1.0.0-beta-3 (#1142)

This commit is contained in:
DrMxrcy 2023-09-05 10:04:33 -04:00 committed by GitHub
parent cb83a9356f
commit 1fbc611454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8194, "port": 8194,
"id": "kapowarr", "id": "kapowarr",
"tipi_version": 2, "tipi_version": 3,
"version": "v1.0.0-beta-1", "version": "v1.0.0-beta-3",
"categories": ["media", "utilities"], "categories": ["media", "utilities"],
"description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.", "description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",
"short_desc": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.", "short_desc": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
kapowarr: kapowarr:
image: mrcas/kapowarr:v1.0.0-beta-1 image: mrcas/kapowarr:v1.0.0-beta-3
container_name: kapowarr container_name: kapowarr
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro