From d50e7dbdadb12dd0b587b6d6ac05f02acd4cc182 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 24 Dec 2023 12:28:54 +0100 Subject: [PATCH] Update version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb57a2..bd1729e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,6 @@ services: mysql-bkup: image: jkaninda/mysql-bkup container_name: mysql-bkup - tty: true privileged: true devices: - "/dev/fuse" @@ -232,6 +231,9 @@ services: mysql-bkup: image: jkaninda/mysql-bkup:v0.3 container_name: mysql-bkup + privileged: true + devices: + - "/dev/fuse" command: - /bin/sh - -c