Browse Source

Merge pull request #664 from infosiftr/node-version

Add info to Ghost about finding Node Version
yosifkit 9 years ago
parent
commit
e84ce9901f
1 changed files with 9 additions and 0 deletions
  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
+```