You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -657,7 +657,8 @@ volumes:
657
657
The backup procedure is guaranteed to wait for all `pre` or `post` commands to finish before proceeding.
658
658
However there are no guarantees about the order in which they are run, which could also happen concurrently.
659
659
660
-
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`:
660
+
By default the backup command is executed by the user provided by the container's image.
661
+
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`:
0 commit comments