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.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDENV357084c46082: Fix entrypoint of most services
rCDFD357084c46082: Fix entrypoint of most services
Diff Detail
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Note that this requires to recreate the containers. I did not want to bloat the entrypoint with code only useful for the 'migration' of existing containers...