compose/pkg/e2e/fixtures/links/compose.yaml
Nick Sieger 28c0fbfdc0
e2e: reproduce bug with links
Signed-off-by: Nick Sieger <nick@nicksieger.com>
2022-05-31 16:32:29 -05:00

9 lines
96 B
YAML

services:
foo:
image: nginx:alpine
links:
- bar
bar:
image: nginx:alpine