mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-05 04:18:49 +00:00
nacos需要开放新管理端口
This commit is contained in:
parent
cbca341f2c
commit
f8dc79c36c
@ -63,6 +63,7 @@ services:
|
||||
context: ./jeecg-cloud-nacos
|
||||
ports:
|
||||
- 8848:8848
|
||||
- 18080:18080
|
||||
container_name: jeecg-boot-nacos
|
||||
hostname: jeecg-boot-nacos
|
||||
networks:
|
||||
|
||||
@ -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 ./
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user