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 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.
The text was updated successfully, but these errors were encountered:
I ran the
docker-compose up
command after cloning the repo. I faced the following errors:The text was updated successfully, but these errors were encountered: