You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install Hyphe using Docker. I get all the way to the
$ docker-compose pull
command. Then Terminal returns 'services.backend.restart must be a string'
Below I copy Terminal results
hyphe manjana$ docker-compose pull
services.crawler.restart must be a string
hyphe manjana$ docker-compose build
services.backend.restart must be a string
hyphe manjana$ docker-compose logs
services.backend.restart must be a string
hyphe manjana$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker/getting-started latest 083d7564d904 3 months ago 28MB
Thanks for your advice!
The text was updated successfully, but these errors were encountered:
Hello @ManjanaM, according to here this seems like an issue introduced in a recent version of docker-compose.
I've just pushed a small change in the docker-compose.yml file which should fix this.
Can you try to do git pull from within the hyphe directory then try again?
I am trying to install Hyphe using Docker. I get all the way to the
$ docker-compose pull
command. Then Terminal returns 'services.backend.restart must be a string'
Below I copy Terminal results
hyphe manjana$ docker-compose pull
services.crawler.restart must be a string
hyphe manjana$ docker-compose build
services.backend.restart must be a string
hyphe manjana$ docker-compose logs
services.backend.restart must be a string
hyphe manjana$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker/getting-started latest 083d7564d904 3 months ago 28MB
Thanks for your advice!
The text was updated successfully, but these errors were encountered: