Skip to content

Commit cc3b4fc

Browse files
committed
Address review feedback
1 parent f9d0e36 commit cc3b4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ services:
383383
environment:
384384
- "DREMIO_JAVA_SERVER_EXTRA_OPTS=-Dsaffron.default.charset=UTF-8 -Dsaffron.default.nationalcharset=UTF-8 -Dsaffron.default.collation.name=UTF-8$$en_US"
385385
healthcheck:
386-
test: curl --fail http://localhost:9047 || exit 1
386+
test: curl --fail http://localhost:9047
387387
interval: 10s
388388
timeout: 5s
389389
retries: 30

0 commit comments

Comments
 (0)