snazy commented on code in PR #1646:
URL: https://github.com/apache/polaris/pull/1646#discussion_r2102758988
##########
getting-started/jdbc/docker-compose.yml:
##########
@@ -29,18 +29,22 @@ services:
# Optional, allows attaching a debugger to the Polaris JVM
- "5005:5005"
environment:
- - JAVA_DEBUG=true
Review Comment:
`- ` is a list element in yaml. However, I looked at a couple docker-compose
files in other projects and all have that `- `. It's not just yaml - it's
yaml+docker-compose-syntax.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]