1
0

chore(deps): update innei/mx-server docker tag to v10.1.10 (localApps) (#4405)

This commit is contained in:
renovate[bot]
2026-03-08 00:48:00 +00:00
committed by GitHub
parent 108ac85057
commit faea80fc89
7 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
mx-server:
image: innei/mx-server:10.1.10
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2333
volumes:
- ${MX_SERVER_ROOT_PATH}/data:/root/.mx-space
environment:
- TZ=Asia/Shanghai
- PORT=2333
- DEMO=false
- NODE_ENV=production
- ENCRYPT_ENABLE=false