12 lines
204 B
YAML
12 lines
204 B
YAML
version: 2
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|
|
networks:
|
|
default:
|
|
external:
|
|
name: composetest_external_network
|