We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d7ad7 commit 377c2e8Copy full SHA for 377c2e8
borgmatic/borgmatic-wrapper
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+sudo docker compose \
4
+-f /opt/borgmatic/docker-compose.yml \
5
+run --rm --entrypoint 'borgmatic' borgmatic \
6
+"$@"
fail2ban/fail2ban-client-wrapper
@@ -0,0 +1,7 @@
+-f /opt/fail2ban/docker-compose.yml \
+exec -t fail2ban \
+fail2ban-client \
7
0 commit comments