Archive komga

This commit is contained in:
2025-08-09 21:30:41 +05:30
parent cf752f40c2
commit 61093e8846

View File

@@ -1,14 +1,14 @@
services: services:
komga: komga:
image: ghcr.io/gotson/komga:1.22.0
container_name: komga container_name: komga
image: ghcr.io/gotson/komga:1.23.1
restart: unless-stopped
user: ${UID}:${GID} user: ${UID}:${GID}
environment: environment:
- TZ=${TZ} - TZ=${TZ}
- JAVA_TOOL_OPTIONS=-Xmx${RAM_LIMIT} - JAVA_TOOL_OPTIONS=-Xmx${RAM_LIMIT}
volumes: volumes:
- ${CONFIG_PATH}:/config - ${APPDATA_PATH}/komga/config:/config
- ${DATA_PATH}:/data - ${DATA_PATH}:/data
ports: ports:
- ${PORT}:25600 - ${PORT}:25600
restart: unless-stopped