Former-commit-id: 47d5b93e5cc2c421cac7520d6dd91e033101c0da Former-commit-id: 6f3a37a071ea7e44db31c881e7c816e015c1018e1.0
parent
0b477cf14c
commit
07470036a9
@ -0,0 +1,10 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
sshfs:
|
||||||
|
image: gjyoung1974/alpine-sshd:latest
|
||||||
|
ports:
|
||||||
|
- 1234:22
|
||||||
|
environment:
|
||||||
|
- ROOT_PASSWORD=root
|
||||||
|
volumes:
|
||||||
|
- ../fs:/datacd
|
Loading…
Reference in new issue