Skip to content

Commit

Permalink
fix(examples.sarama): compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed May 9, 2024
1 parent 992bff8 commit a05a0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sarama/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

consumer:
image: library/golang:1.22-alpine
restart: on-failure
restart: always
depends_on:
- kafka
environment:
Expand All @@ -42,7 +42,7 @@ services:

producer:
image: library/golang:1.22-alpine
restart: on-failure
restart: always
depends_on:
- kafka
environment:
Expand Down

0 comments on commit a05a0fa

Please sign in to comment.