Skip to content

Commit 89b3c90

Browse files
committed
fix readme typo
1 parent 955c79d commit 89b3c90

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,11 @@ the data-base will be initialized with ./database/initdb.sql script. feel free t
9191
Enviornment variables will be located in ./database/.env
9292
and will contain our database credentials :
9393

94-
```
95-
POSTGRES_USER=admin
96-
POSTGRES_PASSWORD=admin
97-
POSTGRES_DB=pern_db
98-
99-
```
94+
```
95+
POSTGRES_USER=admin
96+
POSTGRES_PASSWORD=admin
97+
POSTGRES_DB=pern_db
98+
```
10099

101100
Volumes of our database will be located in ./database/data
102101

@@ -111,7 +110,7 @@ Server is located in ./projec-name/server using express.
111110
- In development mode it will run in a container built with ./server/Dockerfile.dev.
112111
dev mode server will be exposed on port 5500 to the "outside" world and will use volumes for data persistent.
113112
- In Production mode it will run in a container built with ./server/Dockerfile.
114-
prod mode server will ve exposed on port 5500 only to the docker composer internal services. as well using volumes for data persistent.
113+
prod mode server will be exposed on port 5500 only to the docker composer internal services. as well using volumes for data persistent.
115114

116115
Enviornment variables will be located in ./server/.env
117116
and will contain postgres credentials to establish connection to our databse.

0 commit comments

Comments
 (0)