Add a tiny line in the README to help begginers out #893
spiderman-idog
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@Helaxious SGTM, could you create a PR for it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm super noob at Docker, so when I read the instructions to deploy in Docker run:
I thought I could set the
/var/opt/memos
folder to something else (I thought this was going to be a folder being used on my file system, not the container file system), so I simply set it was a folder inside myhome
directory, something like this:-v ~/.memos/:/home/username/memos_opt
That was a big mistake, the database files didn't appear in
~/.memos
, nor in/var/opt/memos
. (Not sure if that's a bug though 😛)Later I learned that the database files were created inside the container file system, but that took quite a bit of digging to find out.
So my humble suggestion is to add a tiny line in that README snippet above of a little heads up telling to only edit the first argument, like:
Sounds like a silly request, but I think it would help inexperienced people out.
Beta Was this translation helpful? Give feedback.
All reactions