From beacb6c69247e83ad54eaec3695c4bd86adfbc29 Mon Sep 17 00:00:00 2001 From: Aterfax Date: Sun, 21 Jul 2024 14:21:49 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b184a9d..2bf7edb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ For more in depth instructions, see: [Using-the-DockerHub-provided-image](#Using ### Using the DockerHub provided image * Run the image with the provided docker-compose file after amending it and the ``.env`` file where needed. + * The required permissions for the API key will be "DatastoreBackup" and "DatastoreReader" on the appropriate path. * i.e. bind mount the folders or volumes you wish to backup into the continer's ``/backups`` directiory. * Supply your desired ``master-public.pem``, ``master-private.pem`` and ``encryption-key.json`` files or allow the container to automatically generate them on first run. * **If you do allow automatic generation, passwords will be echoed to the container logs only once during first run!**