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
I cant see the logs in my stdout, but in your merge request I see my log file path is different: f551438#r76516739
The text was updated successfully, but these errors were encountered:
this is how I ran the container:
docker run -d \ --name vsftpd \ -p 20-22:20-22 \ -p 990:990 \ -e FTP_USER=one \ -e FTP_PASS=1234 \ -e FTP_MODE=ftps_implicit \ -e PASV_ADDRESS=0.0.0.0 \ -e PASV_MIN_PORT=18700 \ -e PASV_MAX_PORT=18709 \ -e LOG_STDOUT=YES \ --expose=18700-18709 \ -p 18700-18709:18700-18709 \ lhauspie/vsftpd-alpine
Sorry, something went wrong.
No branches or pull requests
I cant see the logs in my stdout, but in your merge request I see my log file path is different: f551438#r76516739
The text was updated successfully, but these errors were encountered: