Skip to content

Commit 4bf3a7d

Browse files
committed
chore: update readme
1 parent b0b04e9 commit 4bf3a7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ This Repository is used together with SOA based projects, consisting of microser
2323

2424
### → Purpose
2525

26-
Containing docker services in this repository can be shared across all microservices in one domain.
26+
The purpose of this repository is to contain Docker services that can be shared across all microservices in one domain.
2727

2828
<br>
2929

30-
## 📑 Requirements
30+
## 🚩 Requirements
3131

3232
* **macOS** Monterey or **Linux**
3333
* **Docker** 20.10 or newer
3434
- [How To Install and Use Docker on Ubuntu 22.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
35-
* **Cloned, configured and running** [docker-shared-services](https://github.com/wayofdev/docker-shared-services), to support system wide DNS, Routing and SSL support via Traefik.
35+
* **Cloned, configured and running** [docker-shared-services](https://github.com/wayofdev/docker-shared-services), to support system-wide DNS, Routing and SSL support via Traefik.
3636

3737
<br>
3838

@@ -42,7 +42,7 @@ Containing docker services in this repository can be shared across all microserv
4242
4343
### → Instructions
4444

45-
1. Download repository:
45+
1. Clone repository:
4646

4747
```bash
4848
$ git clone git@github.com:wayofdev/docker-project-services.git
@@ -59,9 +59,9 @@ Containing docker services in this repository can be shared across all microserv
5959
$ make env
6060
```
6161

62-
Edit created .env file, if it is needed. Probably you will want to change default domain.
62+
Edit the created .env file if necessary. You may want to change the default domain.
6363

64-
3. (Optional) Enable docker-compose.override file to run extra services, like pg-admin and others:
64+
3. (Optional) Enable the `docker-compose.override.yaml` file to run extra services, like pg-admin and others:
6565
```bash
6666
$ make override
6767
```

0 commit comments

Comments
 (0)