Vadims06 / topolograph-docker

This is dockerized version of topolograph
42 stars 5 forks source link

Wrong version in docker-compose.yml ? #3

Closed astramax57 closed 1 year ago

astramax57 commented 1 year ago

I run

docker-compose pull

and get

ERROR: The Compose file './docker-compose.yml' is invalid because:
services.webserver.volumes contains an invalid type, it should be a string
services.webserver.volumes contains an invalid type, it should be a string

Than I follow this topic and change in docker-compose.yml version from

version: '3'

to

version: '3.7'

that fixed error:

docker-compose pull
Pulling mongodb   ... done
Pulling flask     ... done
Pulling webserver ... done
Vadims06 commented 1 year ago

Hi @astramax57 , thank you for raising this issue. For me it also works with just version: '3', but if you faced with the issue I changed it to version: '3.7'. Thank you again. Meanwhile, I also will be grateful if you share your personal thoughts about topolograph, was it easy to use, did it solve your tasks, probably you want to see some new features? Glad to hear it from you.