Skip to content

Commit beae908

Browse files
committed
Add package location to readme
1 parent 4609d86 commit beae908

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This repo is meant to provide a Docker container that is based on the popular [bitnami/postgresql](https://hub.docker.com/r/bitnami/postgresql) container, that comes preinstalled with the [pg_partman](https://github.com/pgpartman/pg_partman) postgresql extension.
44

5+
It pushes a nightly latest image to ghcr.io
6+
57
## Usage
68

79
```
8-
docker build . -n postresql-partman-container
10+
docker run ghcr.io/dbsystel/postgresql-partman:latest
911
```
1012

1113
## License

0 commit comments

Comments
 (0)