1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-16 01:19:36 +08:00

chore(deps): update innei/mx-server docker tag to v11.0.7 (localApps) (#4800)

This commit is contained in:
renovate[bot] 2026-03-31 14:47:33 +00:00 committed by GitHub
parent b07af1e3d6
commit 04f99494b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
services:
mixspace:
container_name: ${CONTAINER_NAME}
image: innei/mx-server:11.0.6
image: innei/mx-server:11.0.7
command: bash ./docker-run.sh
environment:
- TZ=${TIME_ZONE}

View File

@ -4,7 +4,7 @@ networks:
services:
mx-server:
image: innei/mx-server:11.0.6
image: innei/mx-server:11.0.7
depends_on:
- mx-mongo
- mx-redis

View File

@ -4,7 +4,7 @@ networks:
services:
mx-server:
image: innei/mx-server:11.0.6
image: innei/mx-server:11.0.7
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"