1
0

feat:添加subconverter到列表

This commit is contained in:
okxlin
2024-05-09 23:53:47 +08:00
parent 3e672fc500
commit d995db9580
9 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
subconverter:
image: tindy2013/subconverter:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:25500"
volumes:
- ./data:/mnt
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true