terraform-provider-docker/testdata/resources/docker_compose/testAccDockerComposeUpdatedConfig.compose.yaml
Martin a7f4e6d418
feat: Add docker_compose resource (#918)
* feat: Add docker_compose resource

* test: Run docker-compose tests as acc tests

* chore(docs): Update documentation

* chore(deps): Update gomod

* chore: Try out macos runner and go 1.25

* chore: Update goreleaser configuration

* chore: Update goreleaser versions and github actions

* chore: Bump remaining setup-go action and go version in workflows

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>
2026-05-07 22:38:59 +02:00

4 lines
No EOL
81 B
YAML

services:
web:
image: busybox:1.35.0
command: ["sh", "-c", "sleep 300"]