|
|
|
@ -1,6 +1,5 @@ |
|
|
|
## Whatsapp API Multi Device Version |
|
|
|
|
|
|
|
[](https://app.buddy.works/aldinokemal/go-whatsapp-web-multidevice/pipelines/pipeline/423077) |
|
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/releases) |
|
|
|
<br> |
|
|
|
[](https://github.com/aldinokemal/go-whatsapp-web-multidevice/actions/workflows/deploy-windows.yml) |
|
|
|
@ -81,6 +80,10 @@ |
|
|
|
``` |
|
|
|
docker run --detach --publish=3000:3000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages aldinokemal2104/go-whatsapp-web-multidevice --autoreply="Dont't reply this message please" |
|
|
|
``` |
|
|
|
### Production Mode (docker-arm64) |
|
|
|
``` |
|
|
|
docker run --detach --publish=3000:3000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages aldinokemal2104/go-whatsapp-web-multidevice:latest-arm --autoreply="Dont't reply this message please" |
|
|
|
``` |
|
|
|
|
|
|
|
### Production Mode (binary) |
|
|
|
|
|
|
|
|