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
3 additions and
2 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) |
|
|
|
|
|
|
|
|