You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I created an SFTP container with two users . They are
bronx:pass:::ingress/
healtheconn:pass:::ingress_new/
Now I need an Admin user who can see (Read Write)all directories of the users I created. Is there any option for commands, That can be added in the docker-compose?
Hi, i have the same problem a few days a go and i solve it using the README.md examples
users.conf file:
admin:admin_pass:1001:100
user:user_pass:1002:100
Command
docker run -v /path/users.conf:/etc/sftp/users.conf:ro -v sftp.volume:/home/admin/ -v sftp.volume/user:/home/user/ -p 2222:22 --name containerName -d atmoz/sftp
No description provided.
The text was updated successfully, but these errors were encountered: