1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-11-17 15:02:14 +00:00
parent 2a60418b3c
commit b2097a88bc
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
calibre-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8083"
volumes:
- "./data/config:/config"
- "${DATA_PATH}:/books"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
image: linuxserver/calibre-web:0.6.24
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true