feat: 新增 Koodo Reader (#1920)

This commit is contained in:
wanghe
2024-08-13 13:57:00 +08:00
committed by GitHub
parent c8c9d4209c
commit b312d8b424
5 changed files with 67 additions and 0 deletions
@@ -0,0 +1,14 @@
services:
koodo-reader:
image: liwangsheng/koodo-reader:1.6.6
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true