You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ docker run --name gitlab -d \
236
236
237
237
GitLab uses a database backend to store its data. You can configure this image to use PostgreSQL.
238
238
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
240
240
241
241
#### PostgreSQL
242
242
@@ -256,7 +256,7 @@ Additionally since GitLab `8.6.0` the `pg_trgm` extension should also be loaded
256
256
257
257
We are now ready to start the GitLab application.
258
258
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`.
260
260
261
261
```bash
262
262
docker run --name gitlab -d \
@@ -342,7 +342,7 @@ The internal redis server has been removed from the image. Please use a [linked
342
342
343
343
The image can be configured to use an external redis server. The configuration should be specified using environment variables while starting the GitLab image.
344
344
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`.
0 commit comments