This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/docker/compose/tests/testdata/docker-compose.yaml
Tom Chauveau aaa6f8f351 Simplify tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-25 17:16:11 +02:00

7 lines
87 B
YAML

version: "3"
services:
api:
build: ""
ports:
- "8080:8080"