mirror of
https://github.com/docker/compose.git
synced 2025-08-31 14:38:12 +02:00
9 lines
96 B
YAML
9 lines
96 B
YAML
services:
|
|
foo:
|
|
image: nginx:alpine
|
|
links:
|
|
- bar
|
|
|
|
bar:
|
|
image: nginx:alpine
|