1
0
Fork 0

chore(deps): update innei/mx-server docker tag to v9.7.0 (#3884)

This commit is contained in:
renovate[bot] 2026-02-05 09:31:14 +00:00 committed by GitHub
parent b5ca18002b
commit ca0a0f3c93
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:9.4.0
image: innei/mx-server:9.7.0
command: bash ./docker-run.sh
environment:
- TZ=${TIME_ZONE}

View File

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

View File

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