diff --git a/README.md b/README.md index afc8917..d8552d7 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ A collection of delicious docker recipes. - [x] prefecthq/prefect - [x] prom/prometheus - [x] prosody/prosody +- [x] qaulnet/qauld - [x] redis/redis-stack - [x] redpandadata/redpanda - [x] registry diff --git a/etcd/README.md b/etcd/README.md index 7bcbfac..b4b0218 100644 --- a/etcd/README.md +++ b/etcd/README.md @@ -8,11 +8,11 @@ of a distributed system. $ docker-compose up -d $ docker-compose exec etcd bash >>> etcdctl version -etcdctl version: 3.5.1 +etcdctl version: 3.5.16 API version: 3.5 >>> etcdctl put foo bar OK ->>> etcdctl gut foo +>>> etcdctl get foo foo bar ``` diff --git a/etcd/docker-compose.yml b/etcd/docker-compose.yml index d8c0757..1685a05 100644 --- a/etcd/docker-compose.yml +++ b/etcd/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: etcd: - image: quay.io/coreos/etcd:v3.5.1 + image: gcr.io/etcd-development/etcd:v3.5.16 command: > etcd --name=node1 --data-dir=/data