Skip to content

Commit

Permalink
Merge branch 'main' into disable_update_check
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen authored Mar 15, 2024
2 parents c1aecc5 + 2719032 commit 63e7d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ configured PostgreSQL database. With that in place, you can run PuppetDB like
so:

```shell
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/puppetdb:7.13.0-v1.2.1
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/container-puppetdb:7.16.0-latest
```

You can change configuration settings by mounting volumes containing
Expand All @@ -47,7 +47,7 @@ The new version schema has the following layout:
Example usage:

```shell
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/puppetdb:7.13.0-v1.2.1
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/container-puppetdb:7.16.0-latest
```

| Name | Description |
Expand Down

0 comments on commit 63e7d15

Please sign in to comment.