Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
adjust env name
  • Loading branch information
l4rm4nd authored Jan 14, 2024
1 parent 123803f commit 116c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ghost/docker-compose.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_ROOT_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 116c64c

Please sign in to comment.