Skip to content

Commit

Permalink
Update docker-compose-rpi-arm.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
l4rm4nd authored Jan 14, 2024
1 parent 1403cc6 commit ba26346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ghost/docker-compose-rpi-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba26346

Please sign in to comment.