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 fb9512d commit db31a0d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,17 @@ PHPMYADMIN_PORT=8081
PHPMYADMIN_UPLOAD_LIMIT=2048M
```

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

```bash
bash install.sh
```

---

If not, please follow the instructions below.

Run the following command:

```bash
docker compose up -d
Expand Down

0 comments on commit db31a0d

Please sign in to comment.