Sfoglia il codice sorgente

Update caddy/content.md to fix typo

Co-authored-by: Francis Lavoie <[email protected]>
Björn Ludwig 1 anno fa
parent
commit
cfe84c257e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      caddy/content.md

+ 1 - 1
caddy/content.md

@@ -46,7 +46,7 @@ $ docker run -d -p 80:80 \
 
 #### ⚠️ Do not mount the Caddyfile directly at `/etc/caddy/Caddyfile`
 
-If vim or another editor is used that changes the inode of the edited file, the changes will only be applied within the container when the container is recreated , which is explained in detail in this [Medium article](https://medium.com/@jonsbun/why-need-to-be-careful-when-mounting-single-files-into-a-docker-container-4f929340834). When using such an editor, Caddy's graceful reload functionality might not work as expected, as described in [this issue](https://github.com/caddyserver/caddy/issues/5735#issuecomment-1675896585).
+If vim or another editor is used that changes the inode of the edited file, the changes will only be applied within the container when the container is recreated, which is explained in detail in this [Medium article](https://medium.com/@jonsbun/why-need-to-be-careful-when-mounting-single-files-into-a-docker-container-4f929340834). When using such an editor, Caddy's graceful reload functionality might not work as expected, as described in [this issue](https://github.com/caddyserver/caddy/issues/5735#issuecomment-1675896585).
 
 ### Automatic TLS with the Caddy image