Merge pull request #259 from Rijul-Ahuja/patch-1

Extra space character in dovecot expunge docker-compose.override
Dieser Commit ist enthalten in:
André Peters 2021-02-08 09:06:48 +01:00 committet von GitHub
Commit cf15111e69
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -61,7 +61,7 @@ To archive this with a docker job scheduler use this docker-compose.override.yml
``` ```
version: '2.1' version: '2.1'
services: services:
ofelia: ofelia:
image: mcuadros/ofelia:latest 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. 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).