We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4523e1b commit 1d9044fCopy full SHA for 1d9044f
2 files changed
Containerfile.pkg
@@ -63,6 +63,8 @@ ENV PGDATA="/var/lib/postgresql/data" \
63
POSTGRES_INITDB_ARGS="" \
64
POSTGRES_HOST_AUTH_METHOD="scram-sha-256"
65
66
+STOPSIGNAL SIGINT
67
+
68
# --- Expose (Injected by Generator) ---
69
EXPOSE 5432
70
Containerfile.pkg.j2
@@ -64,6 +64,8 @@ ENV PGDATA="/var/lib/postgresql/data" \
{%- if ports %}
71
EXPOSE {{ ports | map(attribute='port') | join(' ') }}
0 commit comments