Commit
·
de5b0e9
1
Parent(s):
94f1533
small log
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -10,6 +10,7 @@ chmod 0755 /data/postgresql/run
|
|
10 |
echo "Initializing PostgreSQL if not already initialized..."
|
11 |
if [ ! -f "/data/postgresql/data/PG_VERSION" ]; then
|
12 |
# Initialize database
|
|
|
13 |
initdb -D /data/postgresql/data
|
14 |
|
15 |
# Modify pg_hba.conf to allow local connections
|
|
|
10 |
echo "Initializing PostgreSQL if not already initialized..."
|
11 |
if [ ! -f "/data/postgresql/data/PG_VERSION" ]; then
|
12 |
# Initialize database
|
13 |
+
echo "Initializing database..."
|
14 |
initdb -D /data/postgresql/data
|
15 |
|
16 |
# Modify pg_hba.conf to allow local connections
|