Skip to content

Commit

Permalink
Fix docker-compose so that test cluster is not restartable
Browse files Browse the repository at this point in the history
  • Loading branch information
lupko committed Mar 7, 2023
1 parent a0fc194 commit 06a289e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
options:
max-size: "1m"
max-file: "5"
restart: always
restart: "no"

etcd-test2:
image: quay.io/coreos/etcd:v3.5.6
Expand All @@ -53,7 +53,7 @@ services:
options:
max-size: "1m"
max-file: "5"
restart: always
restart: "no"

etcd-test3:
image: quay.io/coreos/etcd:v3.5.6
Expand All @@ -80,7 +80,7 @@ services:
options:
max-size: "1m"
max-file: "5"
restart: always
restart: "no"

volumes:
etcd-test1-vol:
Expand Down

0 comments on commit 06a289e

Please sign in to comment.