Update docker-compose.yml

This commit is contained in:
LRVT 2024-03-23 03:18:20 +01:00 committed by GitHub
parent 0487485c06
commit 0af9f9f7dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ services:
database__connection__user: ${DB_USER:-ghost}
database__connection__password: ${DB_USER_PASS:-DatabasePassword1234}
database__connection__database: ${DB_NAME:-ghost}
url: https://blog.example.com # change this for production
url: http://127.0.0.1:2368 # adjust to your domain and correct protocol handler + port
#NODE_ENV: developmnent # default is production already
#mail__transport: SMTP
#mail__options__host: ${SMTP_HOST:-smtp.google.com}