From 5aea354ac497c1c62354574c49d7e27c7325da7c Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Mon, 14 Aug 2023 05:27:45 +0000 Subject: [PATCH] fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a772478..d98d83b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Wiki Cafe's configuration for a traefik deployment. Originally slimmed down from Set the environment variables from the .env file during the shell session. ``` -set -a && source .env && set +a^C +set -a && source .env && set +a ``` Deploy using the `-c` flag to specify multiple compose files.