open-wa / wa-automate-docker

💬 🤖 The easiest way to turn your WhatsApp into an API. Be sure to 🌟 this repository for updates!
110 stars 32 forks source link

multi users? #8

Closed the-jojo-jj closed 3 years ago

the-jojo-jj commented 3 years ago

Hi,

Can somebody help me with multi users? thanks.

manojsitapara commented 3 years ago

You can create docker container for each user

smashah commented 3 years ago

You no longer need docker-compose to use this project:

> docker run -e PORT=8080 -p 8080:8080 openwa/wa-automate:latest

You can then deploy as many as you want with different names

manojsitapara commented 3 years ago

@smashah you made it so simple !! Thank you !!