Skip to content

Commit 384e7d7

Browse files
committed
Add documentation
1 parent 2e7ec5f commit 384e7d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ Xdebug was installed mainly with the idea of providing code coverage for PHPUnit
5151
configured for any specific use case. You can [configure Xdebug](https://xdebug.org/docs/all) via
5252
`php.ini` if desired.
5353

54+
### Crontab
55+
56+
Crontab is already installed. In order to deploy a crontab file, you would need
57+
to store a valid crontab file to `/crontab/USERNAME`, where `USERNAME` has to
58+
be an **existing** user. This is important, because any contrab instructions
59+
will be executed as the user, specified by the filename.
60+
61+
Usually, you would like to run all your crontab instructions as **www-data**.
62+
So you should mount your crontab file to `/crontab/www-data` (or under
63+
`/crontab/root` if needed - needless to say you should try to avoid this
64+
whenever possible).
65+
5466
### Honcho
5567

5668
If you want to overwrite the default Honcho configuration - mount your custom `Procfile` file at `/`.

0 commit comments

Comments
 (0)