Docker volumes
#24
-
Could you please tell me which volumes i have to map on my server if i don't want to start from zero after every update? |
Beta Was this translation helpful? Give feedback.
Answered by
t2vee
Jul 13, 2024
Replies: 2 comments 2 replies
-
@t2vee do you know how this could be fixed? my experience with docker is pretty limited |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use these volume maps for crucial data:
Chat Data:
Logs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hackthedev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use these volume maps for crucial data:
Config:
./config.json:/app/config.json
./config_backups:/app/config_backups
Chat Data:
./chats:/app/chats
./uploads:/app/public/uploads
Logs:
./logs:/app/logs