mirror of
https://github.com/docker/compose.git
synced 2026-09-04 09:31:28 +00:00
9 lines
112 B
YAML
9 lines
112 B
YAML
version: "2"
|
|
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: top
|
|
networks:
|
|
- bridge
|
|
- default
|