mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Update README
This commit is contained in:
@@ -20,7 +20,7 @@ If a contact sent a new message in less than 2 hours, and there is no ticket fro
|
||||
|
||||
## Installation and Usage (Linux)
|
||||
|
||||
# Create database
|
||||
### Create database
|
||||
|
||||
Using docker, run: `docker run --name whaticketdb -e MYSQL_ROOT_PASSWORD=strongpassword -e MYSQL_DATABASE=whaticket -e MYSQL_USER=whaticket -e MYSQL_PASSWORD=whaticket --restart always -p 3306:3306 -d mariadb:latest --character-set-server=utf8mb4 --collation-server=utf8mb4_bin`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user