Skip to content

Commit 48e96b6

Browse files
committed
Update docker compose to use newer server image
1 parent 9dedad1 commit 48e96b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/docker/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# - '9042:9042'
1010

1111
temporal:
12-
image: temporalio/auto-setup:1.22.0
12+
image: temporalio/temporal:1.5.1
1313
ports:
1414
- "7233:7233"
1515
- "7234:7234"
@@ -26,6 +26,7 @@ services:
2626
- ../dynamic-config.yaml:/etc/dynamic-config.yaml
2727
depends_on:
2828
- cassandra
29+
command: ["server", "start-dev"]
2930

3031
temporal-web:
3132
image: temporalio/ui:2.8.0

0 commit comments

Comments
 (0)