Update docker-compose-rpi-arm.yml

typo
This commit is contained in:
LRVT 2024-01-14 21:17:43 +01:00 committed by GitHub
parent 1403cc6bec
commit ba26346ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
database__client: ${DB_CLIENT:-mysql}
database__connection__host: ${DB_HOST:-database}
database__connection__user: ${DB_USER:-ghost}
database__connection__password: ${DB_PASS:-DatabasePassword1234}
database__connection__password: ${DB_USER_PASS:-DatabasePassword1234}
database__connection__database: ${DB_NAME:-ghost}
#url: https://blog.example.com # change this for production
NODE_ENV: production