Skip to content

Commit

Permalink
Merge 0c04f49 into e576ab5
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay authored Nov 19, 2017
2 parents e576ab5 + 0c04f49 commit f9dd1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "14268:14268"
- "14267"
- "9411:9411"
restart: on-failure
restart: on-failure:10
depends_on:
- cassandra-schema

Expand All @@ -19,7 +19,7 @@ services:
ports:
- "16686:16686"
- "16687"
restart: on-failure
restart: on-failure:10
depends_on:
- cassandra-schema

Expand All @@ -31,7 +31,7 @@ services:
- "6831:6831/udp"
- "6832:6832/udp"
- "5778:5778"
restart: on-failure
restart: on-failure:10
depends_on:
- jaeger-collector

Expand Down

0 comments on commit f9dd1d4

Please sign in to comment.