Skip to content

Commit

Permalink
chore: fix startup of consul example
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Jul 29, 2022
1 parent 13eba27 commit 683bda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
consul:
image: library/consul
ports:
- "8500:8500"
services:
consul:
image: library/consul
ports:
- "8500:8500"
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 683bda5

Please sign in to comment.