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

Fails with compose #88

Open
ronag opened this issue Jun 3, 2015 · 0 comments
Open

Fails with compose #88

ronag opened this issue Jun 3, 2015 · 0 comments

Comments

@ronag
Copy link

ronag commented Jun 3, 2015

This works:

$(docker run --rm progrium/consul cmd:run 192.168.99.101::192.168.99.100::client -d) 

while this fails with docker-compose up:

consul:
  image: progrium/consul
  command: -join 192.168.99.100
  ports:
  - "8300:8300"
  - "8301:8301"
  - "8301:8301/udp"
  - "8302:8302"
  - "8302:8302/udp"
  - "8400:8400"
  - "8500:8500"
  - "172.17.42.1:53:53"
  - "172.17.42.1:53:53/udp"
  volumes:
  - "/mnt:/data"

With:

memberlist: Refuting a suspect message (from: consul) 

Any ideas?

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