Replies: 1 comment
-
|
Hi! Here's a simple file storage (but works perfectly even with 400+ session in production) All session data will be save in Consider using docker-compose to run it instead of manually putting all data in docker run command, here's example: https://github.com/devlikeapro/waha/blob/core/docker-compose.yaml#L18-L45
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I'm missing something, but how do I save all sessions during an update so that I don't have to create all sessions again after the update and therefore don't have to rescan the codes?
Beta Was this translation helpful? Give feedback.
All reactions