typo

Karsten Heymann 2020-12-30 09:05:26 +01:00
parent d71a39c755
commit 6c5705bb56

2
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