2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/openssh/docker-compose.yml
2016-07-01 22:22:21 +08:00

9 lines
137 B
YAML

openssh:
image: vimagick/openssh
hostname: alpine
ports:
- "2222:22"
volumes:
- ./keys:/root/.ssh/keys
restart: always