fixed wrong versions in config and docker-compose
This commit is contained in:
parent
ef0ce6b3b9
commit
352addfd12
|
@ -6,7 +6,7 @@
|
||||||
"port": 13378,
|
"port": 13378,
|
||||||
"id": "audiobookshelf",
|
"id": "audiobookshelf",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "v2.3.3",
|
"version": "2.3.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"books",
|
"books",
|
||||||
"media"
|
"media"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
version: "v2.3.3"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:v2.3.3
|
image: ghcr.io/advplyr/audiobookshelf:2.3.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user