diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-05-28 15:04:58 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-06-04 14:23:13 +0200 |
commit | 221d663ea966445931530ab79e9fa97907ca7960 (patch) | |
tree | 7913f3b1af5408d478c5ecb5400831b5c25150e2 /healthcheck/port.conf | |
parent | 678a0a4cb8993897609b48a32ec2497c7ee5e01a (diff) |
Permit to host healtchecks
This patch adds an optional container which host healthchecks images.
Diffstat (limited to 'healthcheck/port.conf')
-rw-r--r-- | healthcheck/port.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/healthcheck/port.conf b/healthcheck/port.conf new file mode 100644 index 0000000..60c72f3 --- /dev/null +++ b/healthcheck/port.conf @@ -0,0 +1,6 @@ +# On docker, port 80 cannot be exported since lava-slave already export it +# So port 8080 is exported instead. +server { + listen 8080; + root /usr/share/nginx/html/; +} |