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

Add ftp-users using docker-compose.yml #44

Open
PeteXP956 opened this issue Nov 10, 2019 · 2 comments
Open

Add ftp-users using docker-compose.yml #44

PeteXP956 opened this issue Nov 10, 2019 · 2 comments
Labels

Comments

@PeteXP956
Copy link

PeteXP956 commented Nov 10, 2019

Hello,

first of all, thanks a lot for this container. Maybe I misunderstood something. Therefore, I would be glad about a hint.

I'm struggling adding new users when using docker-compose.yml. When adding a user manually to an existing container, the user gets deleted after using docker-compose down and up again. So, is there going to be a chance to add users like that?:

  vsftpd:  
      container_name: vsftpd
      image: fauria/vsftpd  
      environment:  
        - FTP_USER_1:One
        - FTP_PASS_1:PassOne
        - FTP_USER_2:Two
        - FTP_PASS_2:PassTwo
      volumes:
        - /volume/One:/home/vsftpd/One
        - /volume/Two:/home/vsftpd/Two

Thanks a lot!

@fauria fauria added the look label Apr 23, 2020
@zl3one6
Copy link

zl3one6 commented Jul 7, 2022

Hope there will be a solution!

@ecker00
Copy link

ecker00 commented Feb 2, 2023

This is related: #20
As the current manual approach is not persistent.

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

No branches or pull requests

4 participants