We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e847fbb commit fc3c01fCopy full SHA for fc3c01f
packages/cubejs-prestodb-driver/docker-compose.yml
@@ -2,12 +2,13 @@ version: '2.2'
2
3
services:
4
coordinator:
5
- image: trinodb/trino
+ image: prestodb/presto:0.294
6
+
7
ports:
8
- "8080:8080"
9
container_name: "coordinator"
10
healthcheck:
- test: "trino --execute 'SELECT 1' || exit 1"
11
+ test: "presto-cli --execute 'SELECT 1' || exit 1"
12
interval: 10s
13
timeout: 5s
14
retries: 5
0 commit comments