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