From 60f87f40648cb73cf57cc3f172411663e4d44408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Thu, 24 Jun 2021 13:38:14 +0200 Subject: [PATCH] typo --- packages/health-check/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/health-check/Dockerfile b/packages/health-check/Dockerfile index 741d532f..93903eee 100644 --- a/packages/health-check/Dockerfile +++ b/packages/health-check/Dockerfile @@ -18,7 +18,7 @@ COPY cli cli EXPOSE 3100 ENV NODE_ENV production -# 1. start dnsmasq in the backgroundand with: +# 1. start dnsmasq in the background with: # - alias to siasky.net with current server ip so it overrides load balancer request # - default docker nameserver 127.0.0.11 for any other request # 2. replace docker nameserver with dnsmasq nameserver in /etc/resolv.conf