Skip to content

Commit

Permalink
Update docker-compose.yml (#178)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hardillb authored Dec 5, 2024
1 parent 1b48558 commit 9bf8d8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf8d8c

Please sign in to comment.