From 43f9ce7346781ea78df3a01a0d654cacb8980243 Mon Sep 17 00:00:00 2001 From: Xander Smeets Date: Tue, 15 Oct 2024 11:28:39 +0200 Subject: [PATCH] Fix incorrect indentation (#762) --- docs/post_installation/reverse-proxy/r_p-traefik2.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/post_installation/reverse-proxy/r_p-traefik2.en.md b/docs/post_installation/reverse-proxy/r_p-traefik2.en.md index d6fc8d713..198032c21 100644 --- a/docs/post_installation/reverse-proxy/r_p-traefik2.en.md +++ b/docs/post_installation/reverse-proxy/r_p-traefik2.en.md @@ -52,7 +52,7 @@ services: certdumper: image: ghcr.io/kereis/traefik-certs-dumper - command: --restart-containers ${COMPOSE_PROJECT_NAME}-postfix-mailcow-1,${COMPOSE_PROJECT_NAME}-nginx-mailcow-1,${COMPOSE_PROJECT_NAME}-dovecot-mailcow-1 + command: --restart-containers ${COMPOSE_PROJECT_NAME}-postfix-mailcow-1,${COMPOSE_PROJECT_NAME}-nginx-mailcow-1,${COMPOSE_PROJECT_NAME}-dovecot-mailcow-1 network_mode: none volumes: # Mount the volume which contains Traefik's `acme.json' file