mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
Merge pull request #12880 from stefannica/use-exit-in-db-entrypoint
Use exec in harbor database entrypoint
This commit is contained in:
commit
687043c298
@ -117,4 +117,4 @@ fi
|
|||||||
|
|
||||||
POSTGRES_PARAMETER="${POSTGRES_PARAMETER} -c max_connections=${POSTGRES_MAX_CONNECTIONS}"
|
POSTGRES_PARAMETER="${POSTGRES_PARAMETER} -c max_connections=${POSTGRES_MAX_CONNECTIONS}"
|
||||||
|
|
||||||
postgres -D $PGDATA $POSTGRES_PARAMETER
|
exec postgres -D $PGDATA $POSTGRES_PARAMETER
|
||||||
|
Loading…
Reference in New Issue
Block a user