Skip to content

Commit

Permalink
docs: add script to easy setup with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 2, 2024
1 parent db31a0d commit bb8673f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ PHPMYADMIN_PORT=8081
PHPMYADMIN_UPLOAD_LIMIT=2048M
```

## 7.1 Installation with bash script:

If your OS is **Linux**, you can use the bash script to easily run the project with Docker.

```bash
Expand All @@ -203,6 +205,8 @@ bash install.sh

If not, please follow the instructions below.

## 7.2 Installation with commands:

Run the following command:

```bash
Expand Down

0 comments on commit bb8673f

Please sign in to comment.