realpython / orchestrating-docker

https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
465 stars 154 forks source link

Adds quotes around "true" value in docker-compose yaml #2

Closed EnigmaCurry closed 9 years ago

EnigmaCurry commented 9 years ago

The tutorial was not working for me until I modified the yaml here to add quotes around the true value. I am using docker-compose 1.4.0.

This is the error I was getting beforehand:

$ docker-compose up -d
Creating orchestratingdocker_data_1...
json: cannot unmarshal bool into Go value of type string

I don't really know if this is the correct thing to do, but it is working for me. Feel free to close this PR if there's a better way to fix this.

mjhea0 commented 9 years ago

:+1: