yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

mongo-data use different image version? #85

Open katopz opened 7 years ago

katopz commented 7 years ago

Refer to https://github.com/yongjhih/docker-parse-server/blob/master/docker-compose.yml#L94

mongo:
  image: mongo:3.0.8

So mongo-data should use same image or it will pull new different one?

mongo-data:
  image: mongo

Thanks

yongjhih commented 7 years ago

@katopz , Yes, I noticed that before, but I'm afraid that modification affects somebody destroyed his data while restart with the new compose.yml. So I did not to change it. Though it should be changed. I'm ready to merge your pull-request. Thanks.

0zguner commented 7 years ago

hi, @yongjhih any progress on this ?