Docker compose >=2.24.0 env_file
syntax
#102
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
The docker compose since version 2.24.0 has a new syntax
so
As I discovered, support for the new syntax was added to the compose-go library in release 2.0.0:
https://github.com/compose-spec/compose-go/releases/tag/v2.0.0
Thanks for your report.
I will need to update the compose-go package, which isn't compatible with the previous package. And the entire Katenary codebase uses the definition.
I will try to use the v2 in a few days.