Skip to content

Commit

Permalink
Merge pull request #268 from Scalingo/chore/STORY-857/etcd-update-fro…
Browse files Browse the repository at this point in the history
…m-3.5.7-to-3.5.15

bump etcd image in docker-compose.yml v3.5.7 => v3.5.15
  • Loading branch information
sc-zenokerr authored Sep 11, 2024
2 parents 8631441 + 87158c1 commit 0a070f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
etcd:
volumes:
- ./_dev/etcd:/data/etcd
image: quay.io/coreos/etcd:v3.5.7
image: quay.io/coreos/etcd:v3.5.15
command: etcd --name etcd-cluster --data-dir /data/etcd --listen-client-urls http://0.0.0.0:2379 --listen-peer-urls http://0.0.0.0:2380 --advertise-client-urls http://172.17.0.1:32379
ports:
- 32379:2379

0 comments on commit 0a070f2

Please sign in to comment.