MaxKB/installer/start-postgres.sh
2025-04-21 15:39:29 +08:00

5 lines
126 B
Bash

#!/bin/bash
mkdir -p /opt/maxkb/data/postgresql
docker-entrypoint.sh postgres -c max_connections=${POSTGRES_MAX_CONNECTIONS}