Skip to content

Commit

Permalink
update container links
Browse files Browse the repository at this point in the history
supersedes: #50
  • Loading branch information
rwaffen committed Mar 15, 2024
1 parent 65b2a58 commit a72277b
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 a72277b

Please sign in to comment.