mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-13 10:10:51 +01:00
b202a09501
Fixes: https://github.com/containers/podman-compose/issues/897 Signed-off-by: Alexandre Germain <nihilivin@gmail.com> |
||
---|---|---|
.. | ||
env-files | ||
project | ||
README.md |
running the following commands should always give podman-rocks-123
podman-compose -f project/container-compose.yaml --env-file env-files/project-1.env up
podman-compose -f $(pwd)/project/container-compose.yaml --env-file $(pwd)/env-files/project-1.env up
podman-compose -f $(pwd)/project/container-compose.env-file-flat.yaml up
podman-compose -f $(pwd)/project/container-compose.env-file-obj.yaml up
podman-compose -f $(pwd)/project/container-compose.env-file-obj-optional.yaml up