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