mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update XiaoMusic 0.3.83
This commit is contained in:
13
apps/xiaomusic/0.3.83/docker-compose.yml
Normal file
13
apps/xiaomusic/0.3.83/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
xiaomusic:
|
||||
image: hanxi/xiaomusic:v0.3.83
|
||||
container_name: xiaomusic
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8090
|
||||
environment:
|
||||
XIAOMUSIC_PUBLIC_PORT: ${PANEL_APP_PORT_HTTP}
|
||||
TZ: ${TZ}
|
||||
volumes:
|
||||
- ${APP_DATA}/music:/app/music
|
||||
- ${APP_DATA}/conf:/app/conf
|
||||
Reference in New Issue
Block a user