1
0

feat:添加diosic到列表(感谢网友包子叔的投稿)

This commit is contained in:
okxlin
2023-11-29 18:16:45 +08:00
parent e1402d522c
commit 75c5fd357f
6 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
version: '3.9'
services:
diosic:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3177"
volumes:
- "${DATA_PATH}:/data"
- "${MUSIC_PATH}:/library"
environment:
- "LIB_NAME_1=${LIBRARY_NAME}"
user: 1000:1000
image: jinker25/diosic:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true