The RESTIC_REPOSITORY environment variable was set to the /backups directory, but the backups volume was mounted to the /backup directory in the container, which means that the restic repository would not be stored in the backups docker volume.
I've fixed the typo in the directory mount so it would work as intended. A very tiny edit.
The RESTIC_REPOSITORY environment variable was set to the /backups directory, but the backups volume was mounted to the /backup directory in the container, which means that the restic repository would not be stored in the backups docker volume.
I've fixed the typo in the directory mount so it would work as intended. A very tiny edit.