From 6c5705bb567d21cf585bd57e46cfded27cb76ebf Mon Sep 17 00:00:00 2001 From: Karsten Heymann Date: Wed, 30 Dec 2020 09:05:26 +0100 Subject: [PATCH] typo --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 6e325be..a871736 100644 --- a/TLS.md +++ b/TLS.md @@ -44,7 +44,7 @@ services: environment: HITCH_PEM: /app/localhost.pem # path within the container to the TLS certificate HITCH_PARAMS: --backend=[nginx]:8080 --frontend=[*]:443 # listen on *:443 and forward traffic to nginx:8080 - depends_in: + depends_on: - nginx volumes: - ./localhost+2-full.pem:/app/localhost.pem # mount the TLS certificate