1
0

chore(deps): update gotson/komga docker tag to v1.24.1 (#3756)

This commit is contained in:
renovate[bot]
2026-01-30 03:09:04 +00:00
committed by GitHub
parent 43ed0a2a51
commit b536fa3bc2
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
komga:
image: gotson/komga:1.24.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
user: 1000:1000
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:25600
volumes:
- ${KOMGA_ROOT_PATH}/config:/config
- ${KOMGA_ROOT_PATH}/data:/data
environment:
- TZ=Asia/Shanghai