mirror of https://github.com/portainer/portainer
7 lines
114 B
YAML
7 lines
114 B
YAML
![]() |
version: '3'
|
||
|
services:
|
||
|
web:
|
||
|
image: nginx:latest
|
||
|
failing-service:
|
||
|
image: busybox
|
||
|
command: ["false"]
|