feat:添加opentdp到列表#1250
This commit is contained in:
17
apps/opentdp/latest/docker-compose.yml
Normal file
17
apps/opentdp/latest/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user