podman-compose/tests/env-file-tests
BugFest 59a59c1a3a Fixes #636: env-file shall be resolved relative to the CWD
Signed-off-by: BugFest <bugfest.dev@pm.me>
2023-04-10 14:14:14 +03:00
..
env-files Fixes #636: env-file shall be resolved relative to the CWD 2023-04-10 14:14:14 +03:00
project Fixes #636: env-file shall be resolved relative to the CWD 2023-04-10 14:14:14 +03:00
README.md Fixes #636: env-file shall be resolved relative to the CWD 2023-04-10 14:14:14 +03:00

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