postgress-backup just isn't running, it continusuly says it's restarting and it gives the error code: "BACKUP_DIR points to a file or folder with insufficient permissions."
I'm using the latest version of docker and latest version of ballsdex.
I fixed the error myself.
Fix was going to the docker compose file and going to the volume's code and replacing the volume name from /var/opt/pgbackups:/backups to ./pgbackups:/backups
postgress-backup just isn't running, it continusuly says it's restarting and it gives the error code: "BACKUP_DIR points to a file or folder with insufficient permissions."
I'm using the latest version of docker and latest version of ballsdex.