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 20f59f4 commit 629a536Copy full SHA for 629a536
openshift/README.md
@@ -11,7 +11,7 @@ https://hub.docker.com/r/openshiftdemos/gogs/tags/
11
$ oc process \
12
-f http://bit.ly/openshift-gogs-persistent-template \
13
--param=HOSTNAME=your-gogs-hostname \
14
- --param=VERSION=0.11.4 \
+ --param=GOGS_VERSION=0.11.4 \
15
| oc create -f -
16
```
17
@@ -21,6 +21,6 @@ $ oc process \
21
22
-f http://bit.ly/openshift-gogs-template \
23
24
25
26
0 commit comments