fix README typo

This commit is contained in:
Christian Galo 2023-08-14 05:27:45 +00:00
parent b83ace2588
commit 5aea354ac4
1 changed files with 1 additions and 1 deletions

View File

@ -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.