From f780b715c4db85161ce0979e0711ad7340509de9 Mon Sep 17 00:00:00 2001 From: GlozingNeuter <98195215+GlozingNeuter@users.noreply.github.com> Date: Tue, 17 Jan 2023 19:16:22 +0100 Subject: [PATCH] Update content.md Fix typo --- caddy/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/content.md b/caddy/content.md index 9762a3445..7a8acc40b 100644 --- a/caddy/content.md +++ b/caddy/content.md @@ -111,7 +111,7 @@ $ docker exec -w /etc/caddy $caddy_container_id caddy reload ### Docker Compose example -If you prefer to use `docker-compoose` to run your stack, here's a sample service definition. +If you prefer to use `docker-compose` to run your stack, here's a sample service definition. ```yaml version: "3.7"