fix docs deploy command --env-file

This commit is contained in:
mbecker20
2024-09-13 12:12:01 +03:00
parent ae8df90361
commit fc41258d6c
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/p
3. Deploy:
```bash
docker compose -p komodo -f komodo/postgres.compose.yaml up -d --env-file komodo/compose.env
docker compose -p komodo -f komodo/postgres.compose.yaml --env-file komodo/compose.env up -d
```
```mdx-code-block