Files
portainer/pkg/libstack/compose/status_test_files/failed.yml
T
2024-11-11 19:05:56 -03:00

7 lines
114 B
YAML

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