mirror of
https://github.com/docker/compose.git
synced 2025-08-25 11:38:18 +02:00
9 lines
103 B
YAML
9 lines
103 B
YAML
myweb:
|
|
build: '.'
|
|
extends:
|
|
service: web
|
|
command: top
|
|
web:
|
|
build: '.'
|
|
net: "container:db"
|