mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
🐳 Adding phpmyadmin as an option to manage database
This commit is contained in:
@@ -49,6 +49,10 @@ docker run --name whaticketdb -e MYSQL_ROOT_PASSWORD=strongpassword -e MYSQL_DAT
|
||||
# Or run using `docker-compose` as below
|
||||
# Before copy .env.example to .env first and set the variables in the file.
|
||||
docker-compose up -d mysql
|
||||
|
||||
# To administer this mysql database easily using phpmyadmin.
|
||||
# It will run by default on port 9000, but can be changed in .env using `PMA_PORT`
|
||||
docker-compose -f docker-compose.phpmyadmin.yaml up -d
|
||||
```
|
||||
|
||||
Install puppeteer dependencies:
|
||||
@@ -179,6 +183,10 @@ docker run --name whaticketdb -e MYSQL_ROOT_PASSWORD=strongpassword -e MYSQL_DAT
|
||||
# Or run using `docker-compose` as below
|
||||
# Before copy .env.example to .env first and set the variables in the file.
|
||||
docker-compose up -d mysql
|
||||
|
||||
# To administer this mysql database easily using phpmyadmin.
|
||||
# It will run by default on port 9000, but can be changed in .env using `PMA_PORT`
|
||||
docker-compose -f docker-compose.phpmyadmin.yaml up -d
|
||||
```
|
||||
|
||||
Clone this repository:
|
||||
|
||||
Reference in New Issue
Block a user