Skip to content

Commit 35a9d83

Browse files
committed
Revert "修整compose文件,暴露所有微服务的端口。。"
This reverts commit b24bda1.
1 parent b24bda1 commit 35a9d83

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docker-3-complex/docker-compose.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,9 @@ services:
1515
- spring.profiles.active=peer2
1616
microservice-provider-user:
1717
image: itmuch/microservice-provider-user:0.0.1-SNAPSHOT
18-
ports:
19-
- "8000:8000"
2018
microservice-consumer-movie-ribbon-hystrix:
2119
image: itmuch/microservice-consumer-movie-ribbon-hystrix:0.0.1-SNAPSHOT
22-
ports:
23-
- "8010:8010"
2420
microservice-gateway-zuul:
2521
image: itmuch/microservice-gateway-zuul:0.0.1-SNAPSHOT
26-
ports:
27-
- "8040:8040"
2822
microservice-hystrix-turbine:
29-
image: itmuch/microservice-hystrix-turbine:0.0.1-SNAPSHOT
30-
ports:
31-
- "8031:8031"
23+
image: itmuch/microservice-hystrix-turbine:0.0.1-SNAPSHOT

0 commit comments

Comments
 (0)