docs: Update the custom commands documentation (#288)

Include requirement for docker socket and the need to use EXEC_LABEL
if you are running multiple copies
This commit is contained in:
Nigel Metheringham
2023-10-21 07:05:41 +01:00
committed by GitHub
parent e8ac4e1da6
commit d0d8e5b076
2 changed files with 12 additions and 4 deletions

View File

@@ -57,9 +57,11 @@ services:
volumes:
- data:/backup/my-app-backup:ro
# Mounting the Docker socket allows the script to stop and restart
# the container during backup. You can omit this if you don't want
# to stop the container. In case you need to proxy the socket, you can
# also provide a location by setting `DOCKER_HOST` in the container
# the container during backup and to access the container labels to
# specify custom commands. You can omit this if you don't want to
# stop the container or run custom commands. In case you need to
# proxy the socket, you can also provide a location by setting
# `DOCKER_HOST` in the container
- /var/run/docker.sock:/var/run/docker.sock:ro
# If you mount a local directory or volume to `/archive` a local
# copy of the backup will be stored there. You can override the