Skip to content

Commit

Permalink
bump etcd image in docker-compose.yml v3.5.7 => v3.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-zenokerr committed Sep 10, 2024
1 parent 8631441 commit 87158c1
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 87158c1

Please sign in to comment.