mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /opt/maxkb/data/postgresql
|
|
docker-entrypoint.sh postgres -c max_connections=${POSTGRES_MAX_CONNECTIONS}
|