diff --git a/apps/audiobookshelf/config.json b/apps/audiobookshelf/config.json index bb9d5a55..cedcab54 100644 --- a/apps/audiobookshelf/config.json +++ b/apps/audiobookshelf/config.json @@ -5,19 +5,13 @@ "exposable": true, "port": 13378, "id": "audiobookshelf", - "tipi_version": 14, - "version": "2.9.0", - "categories": [ - "books", - "media" - ], + "tipi_version": 15, + "version": "2.10.1", + "categories": ["books", "media"], "description": "Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf has a clean, accessible design that's loaded with features but not overly complicated.", "short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.", "author": "advplyr", "source": "https://github.com/advplyr/audiobookshelf", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/audiobookshelf/docker-compose.yml b/apps/audiobookshelf/docker-compose.yml index ed963a1b..c59f8c44 100644 --- a/apps/audiobookshelf/docker-compose.yml +++ b/apps/audiobookshelf/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: audiobookshelf: container_name: audiobookshelf - image: ghcr.io/advplyr/audiobookshelf:2.9.0 + image: ghcr.io/advplyr/audiobookshelf:2.10.1 restart: unless-stopped ports: - ${APP_PORT}:80