You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example how to use the feature of extending the image (see more at https://github.com/sclorg/postgresql-container/tree/generated/12#extending-image) to enable extension `pg_stat_statements`.
5
+
6
+
To use this in a Dockerfile, run:
7
+
8
+
```
9
+
podman build . -t my_postgresql:12
10
+
```
11
+
12
+
Then, run the resulting image as usually:
13
+
14
+
```
15
+
podman run -d -e POSTGRESQL_ADMIN_PASSWORD=password my_postgresql:12
0 commit comments