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

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