Martin Schnabel

Results 2 comments of Martin Schnabel

I got it running with changeing one line in `db/entrypoint.sh` # Run the postgresql entrypoint exec /docker-entrypoint.sh $@

It is not secure to pass credentials as parameters on command line because other processes/users can see them on the process list (ps).