1
0

feat:添加telegraph到列表

This commit is contained in:
okxlin
2024-04-28 02:08:32 +08:00
parent 9885d24294
commit 389d9f2db0
6 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '3'
services:
telegraph:
image: baipiaoo/telegraph:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true