mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com> Co-authored-by: oscarzhou <oscar.zhou@portainer.io>
7 lines
No EOL
114 B
YAML
7 lines
No EOL
114 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
image: nginx:latest
|
|
failing-service:
|
|
image: busybox
|
|
command: ["false"] |