We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dedad1 commit 48e96b6Copy full SHA for 48e96b6
etc/docker/docker-compose.yaml
@@ -9,7 +9,7 @@ services:
9
# - '9042:9042'
10
11
temporal:
12
- image: temporalio/auto-setup:1.22.0
+ image: temporalio/temporal:1.5.1
13
ports:
14
- "7233:7233"
15
- "7234:7234"
@@ -26,6 +26,7 @@ services:
26
- ../dynamic-config.yaml:/etc/dynamic-config.yaml
27
depends_on:
28
- cassandra
29
+ command: ["server", "start-dev"]
30
31
temporal-web:
32
image: temporalio/ui:2.8.0
0 commit comments