固定nacos版本

This commit is contained in:
gowshwah
2026-03-12 17:22:12 +08:00
parent 18079f70d0
commit 2844201b6f
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