From 9bf8d8cad87ce2df821174544d1880045170c927 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Thu, 5 Dec 2024 11:46:16 +0000 Subject: [PATCH] Update docker-compose.yml (#178) Fix the indentation for the commented out block so it's consistent. The hash and a single space after should be removed to enable this section. --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e6ed22a..cc9374f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,14 +71,14 @@ configs: nginx_stream: content: | # stream { - # server { - # listen 1884 ssl; - # ssl_protocols TLSv1.2; - # ssl_certificate /etc/nginx/certs/${DOMAIN}.crt; - # ssl_certificate_key /etc/nginx/certs/${DOMAIN}.key; - # proxy_pass broker:1883; - # } - #} + # server { + # listen 1884 ssl; + # ssl_protocols TLSv1.2; + # ssl_certificate /etc/nginx/certs/${DOMAIN}.crt; + # ssl_certificate_key /etc/nginx/certs/${DOMAIN}.key; + # proxy_pass broker:1883; + # } + # } postgres_db_setup: content: | #!/bin/sh