We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a7ee0 commit 6590fe7Copy full SHA for 6590fe7
README.md
@@ -35,7 +35,8 @@ This is the easiest and currently the only officially supported way. However oth
35
- mandatory: `BACKEND_URL` (set to the URL of Grafolean backend, for example `https://grafolean.com/api`),
36
- mandatory: `BOT_TOKEN` (set to the bot token from step 1),
37
- optional: `JOBS_REFRESH_INTERVAL` (interval in seconds at which the jobs definitions will be updated)
38
-3) run: `docker-compose up -d`
+ Alternatively, you can also copy `.env.example` to `.env` and change settings there (leaving `docker-compose.yml` in original state).
39
+4) run: `docker-compose up -d`
40
41
## Upgrade
42
0 commit comments