Skip to content

Commit

Permalink
Fix default for --orchestrator specified in README (#120)
Browse files Browse the repository at this point in the history
It's now "compose", not "docker-compose".
  • Loading branch information
yaronkoren authored Jan 31, 2025
1 parent 4b0a5e4 commit a4ba40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We're excited to introduce a series of enhancements and new commands to the Cana
**Usage:**
sudo canasta create [flags]
- `-p, --path`: Canasta directory.
- `-o, --orchestrator`: Orchestrator to use for installation (default: "docker-compose").
- `-o, --orchestrator`: Orchestrator to use for installation (default: "compose").
- `-i, --id`: Canasta instance ID.
- `-w, --wiki`: Name of the wiki.
- `-n, --domain-name`: Domain name (default: "localhost").
Expand Down Expand Up @@ -81,7 +81,7 @@ sudo canasta add [flags]
- `-s, --site-name`: Name of the new wiki site.
- `-p, --path`: Path to the new wiki.
- `-i, --id`: Canasta instance ID.
- `-o, --orchestrator`: Orchestrator to use for installation (default: "docker-compose").
- `-o, --orchestrator`: Orchestrator to use for installation (default: "compose").
- `-d, --database`: Path to the existing database dump.
- `-a, --admin`: Admin name of the new wiki.
- `--wikidbuser`: The username of the wiki database user (default: "root").
Expand Down

0 comments on commit a4ba40b

Please sign in to comment.