blob: be591bc4ca4712352d2de63b3e638fe415943e21 [file] [log] [blame]
Nico Huber5d7a1cb2023-07-23 19:36:14 +00001#!/bin/sh
2
3set -e
4
Nico Huber472cfc72023-07-25 14:20:55 +00005# This master password won't be known to anyone
Nico Huber5d7a1cb2023-07-23 19:36:14 +00006export POSTGRES_PASSWORD=$(mktemp -u XXXXXXXXXXXXXXXX)
7
Nico Huber5d7a1cb2023-07-23 19:36:14 +00008exec docker-entrypoint.sh "$@"