Update archived folder name

This commit is contained in:
2025-07-09 20:00:46 +05:30
parent d0123c8dc0
commit 802a317bb0
24 changed files with 1 additions and 1 deletions

View File

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