mirror of https://github.com/docker/compose.git
13 lines
170 B
YAML
13 lines
170 B
YAML
|
version: 2
|
||
|
services:
|
||
|
myweb:
|
||
|
build: '.'
|
||
|
extends:
|
||
|
service: web
|
||
|
command: top
|
||
|
web:
|
||
|
build: '.'
|
||
|
network_mode: "service:net"
|
||
|
net:
|
||
|
build: '.'
|