mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
13 lines
206 B
YAML
13 lines
206 B
YAML
version: "2"
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|
|
networks:
|
|
default:
|
|
external:
|
|
name: composetest_external_network
|