指定nacos版本,不指定则拉取最新版本,需要增加配置项否则无法正常启动

pull/327/head
yanzhen 2 years ago
parent 50b298b46f
commit 4e77b37234

@ -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:2.2.1
build: build:
context: ./nacos context: ./nacos
environment: environment:

Loading…
Cancel
Save