From f41a9f75d8c71fb683c2c1644a6c43377cc678ec Mon Sep 17 00:00:00 2001 From: Rijul-Ahuja <31570722+Rijul-Ahuja@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:32:36 +0000 Subject: [PATCH] Remove superfluous space character from override Remove the extra space character at the start of the services line in the ofelia docker-compose.override.yml --- docs/u_e-dovecot-expunge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/u_e-dovecot-expunge.md b/docs/u_e-dovecot-expunge.md index d6fc3ac24..5c1d3cedc 100644 --- a/docs/u_e-dovecot-expunge.md +++ b/docs/u_e-dovecot-expunge.md @@ -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). \ No newline at end of file +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).