itzg / docker-mc-backup

Provides a side-car container to backup itzg/minecraft-server world data
https://hub.docker.com/r/itzg/mc-backup
MIT License
316 stars 52 forks source link

Update docker-compose.restic.yml #172

Closed PracticalRyan closed 6 months ago

PracticalRyan commented 6 months ago

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.