version: "2"
services:
never:
image: busybox
restart: "no"
always:
restart: always
on-failure:
restart: on-failure
on-failure-5:
restart: "on-failure:5"
restart-null:
restart: ""