postgresql-docker
postgresql-docker copied to clipboard
Update docker-compose.yml
With docker compose 1.7.1+, the command: true is being seen as a boolean. By fully qualifying the command (/bin/true) docker-compose is happy. See https://github.com/docker/compose/issues/1638