mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-18 21:20:53 +02:00
The COMPOSE_PROJECT_NAME environment variable must override the top-level name: attribute in the Compose file. The precedence order is defined in the docker compose documentation https://docs.docker.com/compose/how-tos/project-name/#set-a-project-name Signed-off-by: Ruben Jenster <r.jenster@drachenfels.de>
2 lines
162 B
Plaintext
2 lines
162 B
Plaintext
- Fixed project name evaluation order to match the order defined in the [compose spec](https://docs.docker.com/compose/how-tos/project-name/#set-a-project-name).
|