Skip to content

Fix entrypoint of most services

Setting .pgpass perms to 0400 prevent a container from being restarted without being recreated (docker-compose restart fails), since the echo xxx > .pgpass fails because the .pgpass already exists and is read only.


Migrated from D864 (view on Phabricator)

Merge request reports