Closed kopax closed 8 years ago
upgrade your docker-compose
without quote it is not working:
...
ERROR: Validation failed in file './docker-compose.yml', reason(s):
Service 'panteras' configuration key 'restart' contains an invalid type, it should be a string
# docker-compose -v
docker-compose version 1.5.2
I will add requirements to README
I had some trouble restarting PanteraS when restarting a nodes. This solved for me when starting with docker-compose 1.4.2 docker-compose docs specify a
restart: always
without double quotes.