nacos需要开放新管理端口

This commit is contained in:
JEECG 2026-07-08 20:50:55 +08:00
parent cbca341f2c
commit f8dc79c36c
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ services:
context: ./jeecg-cloud-nacos
ports:
- 8848:8848
- 18080:18080
container_name: jeecg-boot-nacos
hostname: jeecg-boot-nacos
networks:

View File

@ -18,7 +18,7 @@ RUN mkdir -p /jeecg-cloud-nacos
WORKDIR /jeecg-cloud-nacos
EXPOSE 8848
EXPOSE 8848 18080
ADD ./target/jeecg-cloud-nacos-3.9.3.jar ./