Skip to content
New issue

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

stdout logs #9

Open
Isanderthul opened this issue Jun 20, 2022 · 1 comment
Open

stdout logs #9

Isanderthul opened this issue Jun 20, 2022 · 1 comment

Comments

@Isanderthul
Copy link

I cant see the logs in my stdout, but in your merge request I see my log file path is different: f551438#r76516739

@Isanderthul
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant