exdgraph
exdgraph copied to clipboard
Cannot create container for service
I ran the docker-compose up command after cloning the repo. I faced the following errors:
Creating exdgraph_zero_1 ...
Creating exdgraph_server_1 ... error
Creating exdgraph_ratel_1 ...
ERROR: for exdgraph_server_1 Cannot create container for service server: invalid mount config for type "bind": bind source path does not exist: /Users/munim/DeCreating exdgraph_ratel_1 ... error
Creating exdgraph_zero_1 ... error
mount config for type "bind": bind source path does not exist: /Users/munim/Desktop/elixir/elixir/code/exdgraph/dgraph_data
ERROR: for exdgraph_zero_1 Cannot create container for service zero: invalid mount config for type "bind": bind source path does not exist: /Users/munim/Desktop/elixir/elixir/code/exdgraph/dgraph_data
ERROR: for server Cannot create container for service server: invalid mount config for type "bind": bind source path does not exist: /Users/munim/Desktop/elixir/elixir/code/exdgraph/dgraph_data
ERROR: for ratel Cannot create container for service ratel: invalid mount config for type "bind": bind source path does not exist: /Users/munim/Desktop/elixir/elixir/code/exdgraph/dgraph_data
ERROR: for zero Cannot create container for service zero: invalid mount config for type "bind": bind source path does not exist: /Users/munim/Desktop/elixir/elixir/code/exdgraph/dgraph_data
ERROR: Encountered errors while bringing up the project.