1
0

feat:添加opentdp到列表#1250

This commit is contained in:
okxlin
2024-05-21 23:20:57 +08:00
parent 794f54e82d
commit c02d0ab87f
6 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3'
services:
opentdp:
image: rehiy/tdp-cloud:latest
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:7800"
volumes:
- ./data/conf:/etc/tdp-cloud
- ./data/data:/var/lib/tdp-cloud
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true