Hey everyone! I recently figured out how to mount an NFS directly to a container (here's the link for reference: https://forums.docker.com/t/how-to-mount-nfs-drive-in-container-simplest-way/46699). I'm now wondering if I can do something similar with SFTP. Is it possible to mount SFTP storage to my Docker Swarm service?
1 Answer
It might not be super efficient, but you could manage the SFTP storage directly on the host and use it as a volume for your container. That way, you avoid complicating things too much!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically