kompose/script/test/fixtures/network-policies/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

13 lines
119 B
YAML

version: '3.8'
networks:
web:
services:
nginx:
image: nginx
ports:
- 80:80
networks:
- web