mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
137 B
YAML
9 lines
137 B
YAML
openssh:
|
|
image: vimagick/openssh
|
|
hostname: alpine
|
|
ports:
|
|
- "2222:22"
|
|
volumes:
|
|
- ./keys:/root/.ssh/keys
|
|
restart: always
|