1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-10 09:10:28 +08:00

chore(deps): update innei/mx-server docker tag to v12 (localApps) (#5450)

This commit is contained in:
renovate[bot] 2026-05-07 02:58:56 +08:00 committed by GitHub
parent b6676ac36e
commit 6c319c976d
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.5.1
image: innei/mx-server:12.1.1
command: bash ./docker-run.sh
environment:
- TZ=${TIME_ZONE}

View File

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

View File

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