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

Latter is obsolete now
This commit is contained in:
Nick Stokoe
2025-05-25 18:43:38 +01:00
parent b26ac645bd
commit 7c4f1091b4
5 changed files with 13 additions and 13 deletions

View File

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