Skip to content

Commit b0b39d9

Browse files
committed
Fix emphasis used instead of headings
1 parent c191f74 commit b0b39d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ docker run --name gitlab -d \
236236

237237
GitLab uses a database backend to store its data. You can configure this image to use PostgreSQL.
238238

239-
*Note: GitLab requieres PostgreSQL now. So use an older image < 12.1 or migrate to PostgresSQL*
239+
*Note:* GitLab requieres PostgreSQL now. So use an older image < 12.1 or migrate to PostgresSQL
240240

241241
#### PostgreSQL
242242

@@ -256,7 +256,7 @@ Additionally since GitLab `8.6.0` the `pg_trgm` extension should also be loaded
256256

257257
We are now ready to start the GitLab application.
258258

259-
*Assuming that the PostgreSQL server host is 192.168.1.100*
259+
*Note:* The following applies assuming that the PostgreSQL server host is `192.168.1.100`.
260260

261261
```bash
262262
docker run --name gitlab -d \
@@ -342,7 +342,7 @@ The internal redis server has been removed from the image. Please use a [linked
342342

343343
The image can be configured to use an external redis server. The configuration should be specified using environment variables while starting the GitLab image.
344344

345-
*Assuming that the redis server host is 192.168.1.100*
345+
*Note:* The following applies assuming that the redis server host is `192.168.1.100`.
346346

347347
```bash
348348
docker run --name gitlab -it --rm \

0 commit comments

Comments
 (0)