version: "2.1"
services:
web:
image: busybox
command: top
volumes:
- volume_with_label:/data
volume_with_label:
labels:
- "label_key=label_val"