Skip to content

Commit f6f8785

Browse files
committed
feat: add lets-encrypt email
1 parent 23c183c commit f6f8785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ x-common:
77
APP_URL: 'https://codinglab.gg'
88
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
99
APP_TIMEZONE: 'Europe/Paris'
10-
APP_SERVICE_AUTHOR: 'noreply@example.com'
10+
APP_SERVICE_AUTHOR: 'noreply@codinglab.gg'
1111
TRUSTED_PROXIES: '*' # Set this to your proxy IP
1212
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt
1313
# to generate an SSL certificate for the Panel.
14-
# LE_EMAIL: ""
14+
LE_EMAIL: '[email protected]'
1515
mail: &mail-environment
16-
MAIL_FROM: 'noreply@example.com'
16+
MAIL_FROM: 'noreply@codinglab.gg'
1717
MAIL_DRIVER: 'smtp'
1818
MAIL_HOST: 'mail'
1919
MAIL_PORT: '1025'

0 commit comments

Comments
 (0)