10 lines
108 B
YAML
10 lines
108 B
YAML
version: 2
|
|
|
|
services:
|
|
web:
|
|
image: busybox
|
|
command: top
|
|
networks: ["foo"]
|
|
|
|
networks:
|
|
bar: {}
|