We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am using this image to manage the sftp of our clients.
We have multiple clients connecting at the same time (with different user accounts) and sometimes we have timeouts.
Our docker-compose configuration is pretty simple :
version: '3.8' services: sftp: image: atmoz/sftp volumes: - ./sftp/client_a:/home/client_a - ./sftp/client_b:/home/client_b - ./users.conf:/etc/sftp/users.conf:ro ulimits: nofile: soft: "1024" hard: "1024" ports: - "2222:22"
Do you have any idea of what happens ? And how I can change that?
Thank you.
The text was updated successfully, but these errors were encountered:
Could it be your ulimits being set too low?
ulimits
Sorry, something went wrong.
No branches or pull requests
Hello,
I am using this image to manage the sftp of our clients.
We have multiple clients connecting at the same time (with different user accounts) and sometimes we have timeouts.
Our docker-compose configuration is pretty simple :
Do you have any idea of what happens ? And how I can change that?
Thank you.
The text was updated successfully, but these errors were encountered: