mirror of
https://github.com/docker/compose.git
synced 2026-09-21 13:04:36 +00:00
8 lines
96 B
YAML
8 lines
96 B
YAML
services:
|
|
foo:
|
|
image: nginx:alpine
|
|
links:
|
|
- bar
|
|
|
|
bar:
|
|
image: nginx:alpine
|