Merge pull request #259 from Rijul-Ahuja/patch-1
Extra space character in dovecot expunge docker-compose.override
Dieser Commit ist enthalten in:
Commit
cf15111e69
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -61,7 +61,7 @@ To archive this with a docker job scheduler use this docker-compose.override.yml
|
|||
```
|
||||
version: '2.1'
|
||||
|
||||
services:
|
||||
services:
|
||||
|
||||
ofelia:
|
||||
image: mcuadros/ofelia:latest
|
||||
|
@ -90,4 +90,4 @@ common.go:124 â–¶ NOTICE [Job "dovecot-expunge-trash" (8759567efa66)] Finished i
|
|||
|
||||
If it failed it will say so and give you the output of the doveadm in the log to make it easy on you to debug.
|
||||
|
||||
In case you want to add more jobs, ensure you change the "dovecot-expunge-trash" part after "ofelia.job-exec." to something else, it defines the name of the job. Syntax of the labels you find at [mcuadros/ofelia](https://github.com/mcuadros/ofelia).
|
||||
In case you want to add more jobs, ensure you change the "dovecot-expunge-trash" part after "ofelia.job-exec." to something else, it defines the name of the job. Syntax of the labels you find at [mcuadros/ofelia](https://github.com/mcuadros/ofelia).
|
||||
|
|
Laden …
In neuem Issue referenzieren