Skip to content

Commit

Permalink
feat: add lets-encrypt email
Browse files Browse the repository at this point in the history
  • Loading branch information
neolectron committed Sep 18, 2024
1 parent 23c183c commit f6f8785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ x-common:
APP_URL: 'https://codinglab.gg'
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
APP_TIMEZONE: 'Europe/Paris'
APP_SERVICE_AUTHOR: 'noreply@example.com'
APP_SERVICE_AUTHOR: 'noreply@codinglab.gg'
TRUSTED_PROXIES: '*' # Set this to your proxy IP
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt
# to generate an SSL certificate for the Panel.
# LE_EMAIL: ""
LE_EMAIL: '[email protected]'
mail: &mail-environment
MAIL_FROM: 'noreply@example.com'
MAIL_FROM: 'noreply@codinglab.gg'
MAIL_DRIVER: 'smtp'
MAIL_HOST: 'mail'
MAIL_PORT: '1025'
Expand Down

0 comments on commit f6f8785

Please sign in to comment.