Mounting a SFTP (SSH) Share as a Volume in Docker-Compose
Docker. The obvious answer was to use sshfs to mount the volume, since that could use SSH keys natively for securing your configurations (no plaintext passwords). The question was, how do I get that running in my Docker Compose configuration?