Skip to content

Commit

Permalink
Fix incorrect indentation (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets authored Oct 15, 2024
1 parent ffd3201 commit 43f9ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/post_installation/reverse-proxy/r_p-traefik2.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f9ce7

Please sign in to comment.