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
Dieser Commit ist enthalten in:
Rijul-Ahuja 2021-02-08 06:32:36 +00:00 committet von GitHub
Ursprung 39aeb575d2
Commit f41a9f75d8
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).