* - use "docker compose" not "docker-compose"

Latter is obsolete now
This commit is contained in:
Nick Stokoe
2025-05-26 10:54:02 +01:00
parent 0d1c9225e5
commit 6282fe8022
4 changed files with 12 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec docker-compose run -- borgmatic borg "$@"
exec docker compose run -- borgmatic borg "$@"