Skip to content

Commit

Permalink
Merge pull request #164 from FlowFuse/fix-tls-interpolation
Browse files Browse the repository at this point in the history
fix: Remove interpolation when creating TLS certificates
  • Loading branch information
hardillb authored Oct 29, 2024
2 parents 37f2272 + 406c7b9 commit 5985f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ configs:
content: |
client_max_body_size 5m;
nginx_tls_crt:
environment: ${TLS_ENABLED:+TLS_CERTIFICATE}
environment: TLS_CERTIFICATE
nginx_tls_key:
environment: ${TLS_ENABLED:+TLS_KEY}
environment: TLS_KEY
postgres_db_setup:
content: |
#!/bin/sh
Expand Down

0 comments on commit 5985f3e

Please sign in to comment.