mirror of
https://github.com/docker/compose.git
synced 2026-07-11 18:54:35 +00:00
8 lines
96 B
YAML
8 lines
96 B
YAML
services:
|
|
foo:
|
|
image: nginx:alpine
|
|
links:
|
|
- bar
|
|
|
|
bar:
|
|
image: nginx:alpine
|