瀏覽代碼

Merge pull request #664 from infosiftr/node-version

Add info to Ghost about finding Node Version
yosifkit 9 年之前
父節點
當前提交
e84ce9901f
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      ghost/content.md

+ 9 - 0
ghost/content.md

@@ -33,3 +33,12 @@ Alternatively you can use a [data container](http://docs.docker.com/userguide/do
 ```console
 $ docker run --name some-ghost --volumes-from some-ghost-data ghost
 ```
+
+# What is the Node.js version?
+
+When opening a ticket at https://github.com/TryGhost/Ghost/issues it becomes necessary to know the version of Node.js in use:
+
+```console
+$ docker exec <container-id> node --version
+v4.4.7
+```