kompose/script/test/fixtures/compose-env-interpolation/docker-compose.yaml
AhmedGrati 4c203d941e fix: use dyff to check that yaml files are equal
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-10-14 18:24:19 +01:00

10 lines
153 B
YAML

version: '3.8'
services:
foo:
labels:
kompose.image-pull-policy: "${IMAGE_PULL_POLICY:-IfNotPresent}"
build: .
ports:
- 80:80