Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sas1024 committed Apr 12, 2021
1 parent c89d7e7 commit 989dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ vscale-backup -token "vscale-api-token" -expiration "48h" -cron "3 15 * * *"

## Running via Docker
```bash
docker run -it -e "API_TOKEN=<vscale-api-token>" -e "BACKUP_EXPIRATION=48h" -e 'CRON="3 15 * * *"' sas1024/vscale-backup
docker run -it -e "API_TOKEN=<vscale-api-token>" -e "BACKUP_EXPIRATION=48h" -e "CRON=3 15 * * *" sas1024/vscale-backup
```

0 comments on commit 989dcef

Please sign in to comment.