From b9e7224e0c5bb729c34e6d226e292c0f68421d95 Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 13 Jul 2024 01:30:26 +0200 Subject: [PATCH] docs: README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b48eb1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# postgres-cron + +A docker image that adds the [pg_cron](https://github.com/citusdata/pg_cron) extension to the `postgres` image.