From eb2e0d2d9fe57409ff9e60d0af4a782ff0adf396 Mon Sep 17 00:00:00 2001 From: Ava Pek Date: Thu, 26 Feb 2026 12:48:39 -0800 Subject: [PATCH] Replace ; with : in docker docs Fixes #338 --- docs/deploying/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/docker.md b/docs/deploying/docker.md index 4d75b609..1473b5b0 100644 --- a/docs/deploying/docker.md +++ b/docs/deploying/docker.md @@ -51,7 +51,7 @@ it. If the `docker run` command is not for you or your setup, you can also use one of the provided `docker-compose` files. -Depending on your proxy setup, you can use one of the following files; +Depending on your proxy setup, you can use one of the following files: - If you already have a `traefik` instance set up, use [`docker-compose.for-traefik.yml`](docker-compose.for-traefik.yml)