feat: update lxserver 1.9.3

This commit is contained in:
arch3rPro
2026-05-25 17:49:50 +08:00
parent ef7580224c
commit bbc9d5d2e2
2 changed files with 1 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
services:
lxserver:
image: xcq0607/lxserver:v1.9.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9527"
volumes:
- ./data:/server/data
- ./logs:/server/logs
- ./cache:/server/cache
- ./music:/server/music
environment:
- TZ=Asia/Shanghai
- NODE_ENV=production
- PORT=9527
- FRONTEND_PASSWORD=${FRONTEND_PASSWORD}
- ENABLE_WEBPLAYER_AUTH=${ENABLE_WEBPLAYER_AUTH}
- WEBPLAYER_PASSWORD=${WEBPLAYER_PASSWORD}
- PLAYER_PATH=${PLAYER_PATH}
- TZ=${TZ}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true