mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
7 lines
114 B
YAML
7 lines
114 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
web:
|
||
|
image: nginx:latest
|
||
|
failing-service:
|
||
|
image: busybox
|
||
|
command: ["false"]
|