From 52babc4342e46391364350bb49d9f6eadd0002b7 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Thu, 31 Jul 2025 11:04:28 -0600 Subject: [PATCH] Add small notes about deployments for multiple domains --- deploy-to-docker-containers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-to-docker-containers.md b/deploy-to-docker-containers.md index 03433b8..f8fd5dc 100644 --- a/deploy-to-docker-containers.md +++ b/deploy-to-docker-containers.md @@ -86,6 +86,7 @@ docker exec \ acme.sh --deploy -d example.com --deploy-hook docker ``` +**Note:** The environment variables are saved in the domain configuration. You can setup deployment for multiple domains by repeating the above command with different files, labels and reload commands. #### 5. All together, docker compose example: @@ -115,6 +116,7 @@ services: ``` +**Note:** The environment variables are saved in the domain configuration. It is not necessary to keep them in the docker compose if the deploy commands above are used. ## 3. Deploy certs to a container in a remote docker host