Skip to content

Commit

Permalink
refactor: improve output formatting in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SenexCrenshaw committed Feb 7, 2024
1 parent fcbfe61 commit 8868c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ echo " User: $POSTGRES_USER"
echo " Password: ********" #$POSTGRES_PASSWORD"
echo " DB Name: $POSTGRES_DB"
echo " Data Directory: $PGDATA"
echo "OS:"
echo " User: $POSTGRES_USER Group: $POSTGRES_USER"
echo " UID: $(id -u $POSTGRES_USER) GID: $(id -g $POSTGRES_USER)"

# Start the database
/usr/local/bin/docker-entrypoint.sh postgres &
Expand Down

0 comments on commit 8868c0f

Please sign in to comment.