2 Commits

Author SHA1 Message Date
若依
7a829c44cb !452 固定nacos版本
Merge pull request !452 from magic/fix/docker-sp2
2026-03-12 14:22:06 +00:00
gowshwah
2844201b6f 固定nacos版本 2026-03-12 17:22:12 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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