Actually I could not get it to start using docker-compose 1.3 (which is what I was using, had to go to 2.X before it worked and yes I had to make a few adjustments to networking for my setup, but so far it is working fine now in testing. Using 1.3 I had issues on every variable that was of the form ${XXX:-}, for example
`- REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}`
Would not work, upgrading 2.2.3 solved, though now I have some which setups that require 1.X and this using 2.X so not perfect.
ERIC