1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 06:06:10 +03:00

Modify script.sh to not error when files missing from vw data vol (#30)

This commit is contained in:
Shane Dolan
2024-10-05 21:35:25 -07:00
committed by GitHub
parent 10fa458b10
commit 38dbb2d66d
2 changed files with 36 additions and 5 deletions

View File

@ -43,6 +43,12 @@ services:
`/backups` _(write)_ - Where to store backups to.
User specified in compose environment (`UID`/`GID`) vars must have write access to `/backups`
If you want to make them the owner of the backups directory do:
```
chown ${UID}:${GID} /path/to/backups
```
## Environment Variables
#### ⭐Required, 👍 Recommended
| Environment Variable | Info |