Fix docker-compose file for custom cert job

This commit is contained in:
Théophile Diot 2023-05-26 15:03:29 -04:00
parent b314f4349c
commit 1f2c973a3b
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
LOG_LEVEL: "info"
# ? CUSTOM_CERT settings
USE_CUSTOM_SSL: "yes"
USE_CUSTOM_SSL: "no"
CUSTOM_SSL_CERT: "/certs/certificate.pem"
CUSTOM_SSL_KEY: "/certs/privatekey.key"
networks: