From 1b414f0ce72fb8bf2daa7339a4da2e1282bc2b01 Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 11 Aug 2020 13:45:24 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0e6c2..e38b04f 100644 --- a/README.md +++ b/README.md @@ -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`