mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-28 22:28:33 +02:00
This commit introduces the ability to substitute environment variables within the 'environment' section of the service definition. This allows for more dynamic configuration of services. Signed-off-by: Songmin Li <lisongmin@protonmail.com>
running the following command should give myval2
podman_compose run -l monkey -e ZZVAR1=myval2 env-test