gliderlabs / gliderlabs/docker-consul

Fails with compose

Open
#88 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1.1k
Forks
270
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.