thklein / docker-laverna

Laverna docker image, an open source alternative to Evernote
8 stars 4 forks source link

Is there a way to make notes data location configurable? #2

Open linuxd3v opened 8 years ago

linuxd3v commented 8 years ago

Is there a way to make notes data location configurable? Like for example so I would be able to store it under /srv/laverna on host?

s6s8 commented 7 years ago

You can link the folder to the host with the -v command:

docker run -d -p 80:80 --name laverna -v /srv/laverna:/var/www thklein/laverna