mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-05 22:14:27 +08:00
Add mounting tip on documentation
This commit is contained in:
parent
947a2e5110
commit
450dab19b7
1 changed files with 7 additions and 2 deletions
|
@ -388,8 +388,13 @@ The values for each key currently match its default.
|
|||
|
||||
########### GOOGLE DRIVE STORAGE
|
||||
|
||||
# The JSON credentials for a Google service account with access to Google Drive. The value should be the path to a json file.
|
||||
# Example: '/creds/google-credentials.json'
|
||||
# The JSON credentials for a Google service account with access to Google Drive.
|
||||
# The value should be the path to a json file you mounted into the container.
|
||||
#
|
||||
# Example:
|
||||
# docker run [...] \
|
||||
# -v ./credentials.json:/creds/google-credentials.json \
|
||||
# -e GOOGLE_DRIVE_CREDENTIALS_JSON=/creds/google-credentials.json
|
||||
#
|
||||
# GOOGLE_DRIVE_CREDENTIALS_JSON=""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue