Skip to content

Commit

Permalink
feat:support older version
Browse files Browse the repository at this point in the history
  • Loading branch information
CocaineCong committed Aug 28, 2023
1 parent 97fc7b7 commit a261816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ services:
image: "evildecay/etcdkeeper:latest"
container_name: etcd-keeper
environment:
- ETCD_HOSTS = http://etcd:2379
- SW_STORAGE_ETCD_CLUSTER_NODES = etcd:2379
- HOST = 127.0.0.1
- HOSTNAME = etcd-keeper
- ETCD_HOSTS=http://etcd:2379
- SW_STORAGE_ETCD_CLUSTER_NODES=etcd:2379
- HOST=127.0.0.1
- HOSTNAME=etcd-keeper
links:
- etcd
ports:
Expand Down

0 comments on commit a261816

Please sign in to comment.