From bcffe0bc25e38188def16006d226d0e381398c65 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 26 May 2023 16:15:09 +0200 Subject: [PATCH] Clarify docs section about user executing labeled commands --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f7d67..8416593 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,8 @@ volumes: The backup procedure is guaranteed to wait for all `pre` or `post` commands to finish before proceeding. However there are no guarantees about the order in which they are run, which could also happen concurrently. -By default the backup command is executed by the root user. It is possible to specify a custom user that is used to run commands in dedicated labels with the format `docker-volume-backup.[step]-[pre|post].user`: +By default the backup command is executed by the user provided by the container's image. +It is possible to specify a custom user that is used to run commands in dedicated labels with the format `docker-volume-backup.[step]-[pre|post].user`: ```yml version: '3'