fixed wrong versions in config and docker-compose

This commit is contained in:
porroe 2023-08-25 15:56:13 -07:00
parent ef0ce6b3b9
commit 352addfd12
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"port": 13378,
"id": "audiobookshelf",
"tipi_version": 1,
"version": "v2.3.3",
"version": "2.3.3",
"categories": [
"books",
"media"

View File

@ -1,8 +1,8 @@
version: "v2.3.3"
version: "3.7"
services:
audiobookshelf:
container_name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf:v2.3.3
image: ghcr.io/advplyr/audiobookshelf:2.3.3
restart: unless-stopped
ports:
- ${APP_PORT}:80