chore(deps): update gotson/komga docker tag to v1.24.1 (#3756)
This commit is contained in:
21
apps/komga/1.24.1/docker-compose.yml
Normal file
21
apps/komga/1.24.1/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user