Browse Source
Merge branch 'main' into feat/make-compatible-with-v3
pull/39/head
Aldino Kemal
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
3 deletions
-
readme.md
|
|
|
@ -77,8 +77,9 @@ |
|
|
|
7. open `http://localhost:3000` in browser |
|
|
|
|
|
|
|
### Production Mode (docker) |
|
|
|
|
|
|
|
- `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"` |
|
|
|
``` |
|
|
|
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 (binary) |
|
|
|
|
|
|
|
@ -122,7 +123,7 @@ API using [openapi-generator](https://openapi-generator.tech/#try) |
|
|
|
5. Send File  |
|
|
|
6. Send Video  |
|
|
|
7. Send Contact  |
|
|
|
8. Revoke Message  |
|
|
|
8. Revoke Message  |
|
|
|
9. User Info  |
|
|
|
10. User Avatar  |
|
|
|
11. My Privacy  |
|
|
|
|