-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to run wire-server with "fake" AWS dependencies in demo mode with docker #615
Comments
@gabek001 thanks for opening this issue. Can you share the output of your logs please to get a better insight as to what is going on? |
@gabek001 any updates on this topic? |
I ran into the same issue.
Now check out the docker networks created;
You can fix by changing the network references in;
|
thanks for the added details. Should be fixed now, let us know if that's not the case. |
The step:
On terminal 2, start the services
deploy/services-demo/demo.sh docker # in case Docker images were built instead
Does not work. wire-server/deploy/services-demo/docker-compose.yaml seems use as network docker-ephemeral_demo_wire instead of dockerephemeral_demo_wire
The text was updated successfully, but these errors were encountered: