We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works:
while this fails with
docker-compose up
:With:
Any ideas?
The text was updated successfully, but these errors were encountered: