Update docker-compose file version to '3.4'. The start_period
property may otherwise not be supported.
That's the version I needed to specify to be able to successfully launch this on Ubuntu 18.04 with Docker version 20.10.3, build 48d30b5 and docker-compose version 1.17.1, build unknown.
Update docker-compose file version to '3.4'. The
start_period
property may otherwise not be supported.That's the version I needed to specify to be able to successfully launch this on Ubuntu 18.04 with
Docker version 20.10.3, build 48d30b5
anddocker-compose version 1.17.1, build unknown
.This appears to be related to https://github.com/docker/compose/issues/5177.