Skip to content

Commit

Permalink
chore: update docker-compose format
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 30, 2024
1 parent 08c9b1b commit 23ae021
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: "3.9"

# when running test local, you can specify the image version using the env var ETCD_VERSION.
# Example: ETCD_VERSION=v3.3.8 make

services:
etcd:
image: quay.io/coreos/etcd:${ETCD_VERSION:-v3.3.8}
image: quay.io/coreos/etcd:${ETCD_VERSION:-v3.3.26}
container_name: etcd
command: etcd --listen-client-urls 'http://0.0.0.0:4001' --advertise-client-urls 'http://127.0.0.1:4001'
healthcheck:
Expand Down

0 comments on commit 23ae021

Please sign in to comment.