Conversation
|
| entrypoint: ./dtl.sh | ||
| env_file: | ||
| ./envs/dtl.env | ||
| - ./envs/dtl.env |
There was a problem hiding this comment.
I think the indent is off here
There was a problem hiding this comment.
Its technically valid syntax with or without the ident for lists, i was following the way that it is done in this file already to maintain the same syntax, the services.xyz.ports is indented
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Closes #612 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Closes #612 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Closes #612 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Closes #612 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
Description
This PR turns the
env_filesyntax into using an array instead of an object. According to the docs, this is the correct syntaxMetadata
docker-composeon osx