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
curl -L https://github.com/temporalio/temporal/releases/download/v0.21.1/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
51
+
docker-compose up
52
52
53
53
If this does not work, see the instructions for running Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.
54
54
@@ -116,3 +116,12 @@ To run:
116
116
117
117
The produced exception trace is part of the sample, so don't get confused by it.
118
118
119
+
### Notes for MacOSX Users
120
+
Due to issues with default hostname resolution (see https://stackoverflow.com/questions/33289695/inetaddress-getlocalhost-slow-to-run-30-seconds), MacOSX Users may see gRPC DEADLINE_EXCEEDED errors in normal operation.
121
+
122
+
This can be solved by adding the following entries to your `/etc/hosts` file (where my-macbook is your hostname):
0 commit comments