Skip to content
Snippets Groups Projects
Commit acb2ae8b authored by Mike Barkmin's avatar Mike Barkmin Committed by Rhys Arkins
Browse files

docs: update to match latest docker tag (#2711)

parent 5d534037
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,13 @@ Renovate is available for Docker via an automated build [renovate/renovate](http ...@@ -21,11 +21,13 @@ Renovate is available for Docker via an automated build [renovate/renovate](http
``` ```
$ docker run renovate/renovate $ docker run renovate/renovate
$ docker run renovate/renovate:12.1.1 $ docker run renovate/renovate:13.1.1
$ docker run renovate/renovate:12.1 $ docker run renovate/renovate:13.1
$ docker run renovate/renovate:12 $ docker run renovate/renovate:13
``` ```
(Please look up what the latest actual tags are though, do not use the above literally).
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.
## Authentication ## Authentication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment