diff --git a/labs/nfs/docker-compose.yml b/labs/nfs/docker-compose.yml index e07d6e35..a95ec98a 100644 --- a/labs/nfs/docker-compose.yml +++ b/labs/nfs/docker-compose.yml @@ -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: "" \ No newline at end of file