mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(docs): update docker documentation
This commit is contained in:
parent
a29228398a
commit
6507f29779
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue