Skip to content

Commit

Permalink
Merge pull request #10 from Fodesu/main
Browse files Browse the repository at this point in the history
rm whitespace in docker-compose.yml
  • Loading branch information
CocaineCong authored Aug 28, 2023
2 parents eb2b08c + 767acc8 commit 93b4971
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
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 93b4971

Please sign in to comment.