mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
11 lines
110 B
YAML
11 lines
110 B
YAML
version: "2"
|
|
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: top
|
|
networks: ["foo"]
|
|
|
|
networks:
|
|
bar: {}
|