docker-vsftpd
docker-vsftpd copied to clipboard
Add ftp-users using docker-compose.yml
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!
Hope there will be a solution!
This is related: https://github.com/fauria/docker-vsftpd/issues/20 As the current manual approach is not persistent.