I’m configuring a server that will host several websites. Each website is stored on a docker volume. I want to give each site owner SFTP access to their web root to upload files. What are the best practices for setting this up? The problem I’m running into is that the volume is owned by root, but for SFTP to work properly the _data file for each volume needs to be set to the client’s user account. Can someone point me to documentation explaining how to setup SFTP access to a docker volume in a secure fashion?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Questiona about SFTP docker? | 6 | 1330 | October 23, 2022 | |
Run docker-compose volume as custom user | 0 | 499 | January 17, 2020 | |
Docker volume like ftp | 1 | 4576 | November 13, 2018 | |
Docker File to support FTP and SFTP | 3 | 3985 | May 29, 2020 | |
Shared Web Hosting with Docker Best Practices? | 24 | 33652 | July 15, 2019 |