固定nacos版本

pull/452/head
gowshwah 6 months ago
parent 18079f70d0
commit 2844201b6f

@ -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:

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

Loading…
Cancel
Save