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
Description
Docker Compose V2 does not allow a period/dot in a project name when using the up command.
Steps to reproduce the issue:
docker compose -p my.project up
Describe the results you received:
Notice that the project name ends up being just "my".
Describe the results you expected:
The project name should be "my.project." Please note, it worked this way in beta versions of V2.
Additional information you deem important (e.g. issue happens only occasionally):
When running docker compose -p my.project down, it attempts to stop/remove "my.project" instead of "my". So, there's a discrepancy between up and down.
Output of docker compose version:
PS C:\> docker compose version
Docker Compose version v2.0.0
Description
Docker Compose V2 does not allow a period/dot in a project name when using the
up
command.Steps to reproduce the issue:
docker compose -p my.project up
Describe the results you received:
Notice that the project name ends up being just "my".
Describe the results you expected:
The project name should be "my.project." Please note, it worked this way in beta versions of V2.
Additional information you deem important (e.g. issue happens only occasionally):
When running
docker compose -p my.project down
, it attempts to stop/remove "my.project" instead of "my". So, there's a discrepancy betweenup
anddown
.Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: