We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03db51e commit c42da55Copy full SHA for c42da55
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
environment:
15
- CASSANDRA_SEEDS=cassandra
16
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
17
- image: temporaliotest/auto-setup:1.8.0
+ image: temporalio/auto-setup:1.8.0
18
networks:
19
- temporal-network
20
ports:
@@ -27,7 +27,7 @@ services:
27
- temporal
28
29
- TEMPORAL_CLI_ADDRESS=temporal:7233
30
- image: temporaliotest/admin-tools:1.8.0
+ image: temporalio/admin-tools:1.8.0
31
32
33
stdin_open: true
0 commit comments