You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling of strings in the .env-Files differs between Compose V1 and Compose V2.
In V2 some characters are interpreted while they are unchanged in V1.
I didn't find any mention of the difference in the documentation.
Description
Handling of strings in the .env-Files differs between Compose V1 and Compose V2.
In V2 some characters are interpreted while they are unchanged in V1.
I didn't find any mention of the difference in the documentation.
Steps to reproduce the issue:
.env:
compose.yaml:
Describe the results you received:
$ docker-compose config
(Compose v1)$ docker compose config
(Compose v2)Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:and
docker-compose version
:The text was updated successfully, but these errors were encountered: