mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-05 12:28:41 +00:00
nacos需要开放新管理端口
This commit is contained in:
parent
cbca341f2c
commit
f8dc79c36c
@ -63,6 +63,7 @@ services:
|
|||||||
context: ./jeecg-cloud-nacos
|
context: ./jeecg-cloud-nacos
|
||||||
ports:
|
ports:
|
||||||
- 8848:8848
|
- 8848:8848
|
||||||
|
- 18080:18080
|
||||||
container_name: jeecg-boot-nacos
|
container_name: jeecg-boot-nacos
|
||||||
hostname: jeecg-boot-nacos
|
hostname: jeecg-boot-nacos
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@ -18,7 +18,7 @@ RUN mkdir -p /jeecg-cloud-nacos
|
|||||||
|
|
||||||
WORKDIR /jeecg-cloud-nacos
|
WORKDIR /jeecg-cloud-nacos
|
||||||
|
|
||||||
EXPOSE 8848
|
EXPOSE 8848 18080
|
||||||
|
|
||||||
ADD ./target/jeecg-cloud-nacos-3.9.3.jar ./
|
ADD ./target/jeecg-cloud-nacos-3.9.3.jar ./
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user