9 lines
112 B
YAML
9 lines
112 B
YAML
version: "2"
|
|
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: top
|
|
networks:
|
|
- bridge
|
|
- default
|