!452 固定nacos版本

Merge pull request !452 from magic/fix/docker-sp2
This commit is contained in:
若依
2026-03-12 14:22:06 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version : '3.8'
services: services:
ruoyi-nacos: ruoyi-nacos:
container_name: ruoyi-nacos container_name: ruoyi-nacos
image: nacos/nacos-server image: nacos/nacos-server:v2.4.2
build: build:
context: ./nacos context: ./nacos
environment: environment:

View File

@@ -1,5 +1,5 @@
# 基础镜像 # 基础镜像
FROM nacos/nacos-server FROM nacos/nacos-server:v2.4.2
# author # author
MAINTAINER ruoyi MAINTAINER ruoyi