mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:01 +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
|