Update home authored by Michael Westergaard's avatar Michael Westergaard
...@@ -103,7 +103,7 @@ Execute the below command in a terminal. If you don't have a terminal or don't ...@@ -103,7 +103,7 @@ Execute the below command in a terminal. If you don't have a terminal or don't
docker run -itp 8080:8080 \ docker run -itp 8080:8080 \
-e eu_brinformatics_servicedesk_auth_endpoint=ENDPOINT \ -e eu_brinformatics_servicedesk_auth_endpoint=ENDPOINT \
-e eu_brinformatics_servicedesk_auth_clientid=SECRET \ -e eu_brinformatics_servicedesk_auth_clientid=SECRET \
servicedesk:VERSION registry.westergaard.eu/brinformatics/service-desk/servicedesk:VERSION
``` ```
`ENDPOINT` is the location of your Gitlab installation. You'll probably not fare well with the cl;oud version right now. The Gitlab where this is hosted is `https://gitlab.westergaard.eu` `ENDPOINT` is the location of your Gitlab installation. You'll probably not fare well with the cl;oud version right now. The Gitlab where this is hosted is `https://gitlab.westergaard.eu`
... ...
......