We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d0d22 commit cba825eCopy full SHA for cba825e
README.md
@@ -6,7 +6,7 @@ requirements. This repository contains:
6
7
* A Dockerfile for building an OpenShift-compatible Gogs image
8
* Various scripts used in the Docker image
9
-* An OpenShift template for deploying the image
+* OpenShift templates for deploying the image
10
* Usage instructions
11
12
## Prerequisites
@@ -31,5 +31,7 @@ Otherwise:
31
oc new-app -f https://raw.githubusercontent.com/OpenShiftDemos/gogs-openshift-docker/master/openshift/gogs-template.yaml --param=HOSTNAME=gogs-demo.yourdomain.com
32
```
33
34
+Note that hostname is required during Gogs installation in order to configure repository urls correctly.
35
+
36
## ToDos
37
* git via ssh support
0 commit comments