fix(docs): update docker documentation

This commit is contained in:
Rhys Arkins 2018-06-29 12:26:06 +02:00 committed by GitHub
parent a29228398a
commit 6507f29779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,9 @@ Renovate is available for Docker via an automated build [renovate/renovate](http
``` ```
$ docker run renovate/renovate $ docker run renovate/renovate
$ docker run renovate/renovate:11.32.3 $ docker run renovate/renovate:12.1.1
$ docker run renovate/renovate:11.32 $ docker run renovate/renovate:12.1
$ docker run renovate/renovate 11 $ docker run renovate/renovate:12
``` ```
If you wish to configure Renovate using a `config.js` file then map it to `/usr/src/app/config.js` using Docker volumes. If you wish to configure Renovate using a `config.js` file then map it to `/usr/src/app/config.js` using Docker volumes.