Former-commit-id: 3f1ce17a53c40742030ac2950927165f4536bc6c
Former-commit-id: 6dca328b0a01c68dc06b4d1b31f753db656563b1
1.0
wanggang 4 years ago
parent b80fe06864
commit c2fe9d14e5

@ -6,7 +6,7 @@ services:
ports: ports:
- 80:80 - 80:80
volumes: volumes:
- nginx-fs:/usr/share/nginx/html:rw - nginx-sshfs:/usr/share/nginx/html:rw
volumes: volumes:
nginx-fs: nginx-fs:
driver: local driver: local
@ -18,6 +18,6 @@ volumes:
#docker plugin install vieux/sshfs #docker plugin install vieux/sshfs
driver: vieux/sshfs:latest driver: vieux/sshfs:latest
driver_opts: driver_opts:
sshcmd: root@49.4.92.112:/sshfs sshcmd: root@host.docker.internal:/sshfs
password: dsideal123! password: root
allow_other: "" allow_other: ""
Loading…
Cancel
Save