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}
|