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:
@ -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 |
|
||||
|
Reference in New Issue
Block a user