This commit is contained in:
DoTheEvolution
2020-05-22 18:05:03 +02:00
parent dca41b0629
commit 736abd778e
8 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ This can be bandwidth intensive, so its scheduled checks should account for this
└── docker-compose.yml
```
* `.env` - a file containing environmental variables for docker compose
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container
Only these two files must be provided.
# docker-compose
Scheduled to run every saturday at midnight using environmental variable.</br>
Scheduled to run every saturday at midnight using environment variable.</br>
Heads up that not a typical cron format is used,
[seconds are the first digit](https://pkg.go.dev/github.com/robfig/cron@v1.2.0?tab=doc#hdr-CRON_Expression_Format).