Running with Docker with default configurations.
neliousness opened this issue · 2 comments
neliousness commented
Just a little suggestion for noobs.. when running the appliction on docker with the default configuration , it may be important to to mention that the application should be run with the -v flag and that the path must match the home property under fileserver in the default configuration file .
i.e -v '/home/john/fs':/home/john/fs
application.yml
fileserver:
home : /home/john/fs
jveverka commented
please check latest updated README.md
jveverka commented
README updated. closing