jlesage / docker-filezilla

Docker container for FileZilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More than one storage location?

jepolch opened this issue · comments

Can you set more than one storage location, like $HOME2 for instance? Thanks.

"$HOME:/storage:rw"

Yes, just map another folder to the container using the -v parameter. E.g.:

-v $HOME2:/storage2:rw

Closing this issue. Please re-open if needed.