mirror of https://github.com/docker/compose.git
14 lines
185 B
YAML
14 lines
185 B
YAML
|
version: "2.1"
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
networks:
|
||
|
- network_with_label
|
||
|
|
||
|
networks:
|
||
|
network_with_label:
|
||
|
labels:
|
||
|
- "label_key=label_val"
|