Add suggestion on how to start Ghost in development mode (#1873)

This commit is contained in:
mmf-amarcos 2021-02-10 20:57:07 +01:00 committed by GitHub
parent 9d1c2b8e37
commit e107b09e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
database__connection__database: ghost
# this url value is just an example, and is likely wrong for your environment!
url: http://localhost:8080
# contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
#NODE_ENV: development
db:
image: mysql:5.7