Files
2026-06-18 13:27:01 +12:00

8 lines
115 B
YAML

version: '3'
services:
web:
image: nginx:latest
failing-service:
image: busybox
command: ['false']