Skip to content

Commit c42da55

Browse files
authored
Fix v1.8.0 repo source (#19)
1 parent 03db51e commit c42da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
environment:
1515
- CASSANDRA_SEEDS=cassandra
1616
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
17-
image: temporaliotest/auto-setup:1.8.0
17+
image: temporalio/auto-setup:1.8.0
1818
networks:
1919
- temporal-network
2020
ports:
@@ -27,7 +27,7 @@ services:
2727
- temporal
2828
environment:
2929
- TEMPORAL_CLI_ADDRESS=temporal:7233
30-
image: temporaliotest/admin-tools:1.8.0
30+
image: temporalio/admin-tools:1.8.0
3131
networks:
3232
- temporal-network
3333
stdin_open: true

0 commit comments

Comments
 (0)