Closed detj closed 2 weeks ago
The current configuration for the postgres service is set to restart: always which makes it impossible to carry out maintenance tasks. Change to restart: unless-stopped.
postgres
restart: always
restart: unless-stopped
Summary
The current configuration for the
postgres
service is set torestart: always
which makes it impossible to carry out maintenance tasks. Change torestart: unless-stopped
.