Explorar o código

Merge pull request #664 from infosiftr/node-version

Add info to Ghost about finding Node Version
yosifkit %!s(int64=9) %!d(string=hai) anos
pai
achega
e84ce9901f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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
+```