UnisKB/installer/start-postgres.sh

5 lines
126 B
Bash
Raw Normal View History

2025-04-18 06:10:16 +00:00
#!/bin/bash
mkdir -p /opt/maxkb/data/postgresql
2025-04-21 07:39:29 +00:00
docker-entrypoint.sh postgres -c max_connections=${POSTGRES_MAX_CONNECTIONS}