File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | su-exec postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$1" = 'postgres' ]; then
67
67
authMethod=trust
68
68
fi
69
69
70
- { echo ; echo " host all all 0.0.0.0/0 $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
70
+ { echo ; echo " host all all all $authMethod " ; } | gosu postgres tee -a " $PGDATA /pg_hba.conf" > /dev/null
71
71
72
72
# internal start of server in order to allow set-up using psql-client
73
73
# does not listen on external TCP/IP and waits until start finishes
You can’t perform that action at this time.
0 commit comments