Skip to content
Snippets Groups Projects
Commit 87fe51ab authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'doc/add-info-about-overidding-app-host' into 'master'

Add docs about overriding host with host file

This MR adds a note to `set-up-gdk.md` about using `./host` file to override host the workhorse process will bind to.

This is especially useful when someone uses GDK inside the Docker container and wants to expose Workhorse.

See merge request !180
parents d74d40d2 fbab074a
No related branches found
No related tags found
1 merge request!180Add docs about overriding host with host file
Loading
Loading
@@ -94,6 +94,10 @@ You can override the port used by this GDK with a 'port' file.
 
echo 4000 > port
 
Similarly, you can override the host (for example if you plan to use GDK inside a Docker container).
echo 0.0.0.0 > host
If you want to work on GitLab CI you will need to install [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner).
 
To enable the OpenLDAP server, see the OpenLDAP instructions in this readme.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment