We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9120ea commit 0c056b1Copy full SHA for 0c056b1
docker-compose.yml
@@ -7,4 +7,6 @@ services:
7
depends_on:
8
- discovery-service
9
discovery-service:
10
- image: castyr/discovery-service
+ image: springcloud/eureka
11
+ ports:
12
+ - "8761:8761"
0 commit comments