eBayClassifiedsGroup / PanteraS

PanteraS - PaaS - Platform as a Service in a box
GNU General Public License v2.0
200 stars 61 forks source link

always take no quote #163

Closed kopax closed 8 years ago

kopax commented 8 years ago

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.

sielaq commented 8 years ago

upgrade your docker-compose

sielaq commented 8 years ago

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