portainer/pkg/libstack/compose/status_test_files/failed.yml

7 lines
114 B
YAML

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