소스 검색

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

mmf-amarcos 4 년 전
부모
커밋
e107b09e52
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ghost/stack.yml

+ 2 - 0
ghost/stack.yml

@@ -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