From d71a39c755cee4164eba6d9842bf2bec15a90740 Mon Sep 17 00:00:00 2001 From: Karsten Heymann Date: Wed, 30 Dec 2020 09:05:05 +0100 Subject: [PATCH] Add dependency to nginx to fix startup order --- TLS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TLS.md b/TLS.md index 5f29358..6e325be 100644 --- a/TLS.md +++ b/TLS.md @@ -44,6 +44,8 @@ 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: + - nginx volumes: - ./localhost+2-full.pem:/app/localhost.pem # mount the TLS certificate ports: