Files
2026-07-13 12:08:39 +08:00

8 lines
115 B
YAML

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