Browse Source

chore: update docs

pull/40/head
Aldino Kemal 3 years ago
committed by GitHub
parent
commit
f265978d3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      readme.md

5
readme.md

@ -77,8 +77,9 @@
7. open `http://localhost:3000` in browser 7. open `http://localhost:3000` in browser
### Production Mode (docker) ### 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) ### Production Mode (binary)

Loading…
Cancel
Save