1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00
portainer/pkg/libstack/compose/status_test_files/failed.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
114 B
YAML
Raw Normal View History

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