mirror of
https://github.com/docker/compose.git
synced 2026-09-06 10:28:39 +00:00
9 lines
106 B
YAML
9 lines
106 B
YAML
myweb:
|
|
build: '.'
|
|
extends:
|
|
service: web
|
|
command: top
|
|
web:
|
|
build: '.'
|
|
links:
|
|
- "mydb:db"
|