Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported protocol scheme "" #676

Open
nahida05 opened this issue Feb 5, 2020 · 0 comments
Open

unsupported protocol scheme "" #676

nahida05 opened this issue Feb 5, 2020 · 0 comments

Comments

@nahida05
Copy link

nahida05 commented Feb 5, 2020

Docker logs as below

Starting registrator v7 ...
Using etcd adapter: etcd://etcd:2379
Connecting to backend (0/0)
Get 404%20page%20not%20found/v2/version: unsupported protocol scheme ""

Docker version 18.09.7

my docker-compose file:

etcd:
container_name: etcd
image: "bitnami/etcd:latest"
environment:
- ALLOW_NONE_AUTHENTICATION=yes
- ETCD_ADVERTISE_CLIENT_URLS=http://etcd:2379
ports:
- 2379:2379
- 2380:2380
networks:
- micro-net

registrator:
container_name: registrator
image: gliderlabs/registrator:master
volumes:
- /var/run/docker.sock:/tmp/docker.sock
networks:
- micro-net
command: "etcd://etcd:2379"
depends_on:
- etcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant