mirror of https://github.com/docker/compose.git
8 lines
136 B
YAML
8 lines
136 B
YAML
|
services:
|
||
|
ssh:
|
||
|
image: build-test-ssh
|
||
|
build:
|
||
|
context: .
|
||
|
ssh:
|
||
|
- fake-ssh=./fixtures/build-test/ssh/fake_rsa
|