borgmatic-collective / docker-borgmatic

Borgmatic in Docker
GNU General Public License v3.0
347 stars 92 forks source link

Fixed entrypoint when using docker-compose.restore.yml #337

Open Fijo opened 3 months ago

Fijo commented 3 months ago

I was losely following the restore instructions in your README.md. But the command: /bin/sh in the docker-compose.restore.yml wasn't enough to land me in an interactive shell using ghcr.io/borgmatic-collective/borgmatic:latest when doing a docker-compose -f docker-compose.yml -f docker-compose.restore.yml run borgmatic.

Clearing the entrypoint fixed that.