mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-13 21:46:39 +02:00
typo
parent
d71a39c755
commit
6c5705bb56
2
TLS.md
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user