Skip to content

Commit

Permalink
fix readme command to run symphony via docker (#419)
Browse files Browse the repository at this point in the history
also bumped the recommended version to 0.48.28
  • Loading branch information
theshubhamp authored Aug 22, 2024
1 parent 70c5e3d commit dabec42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ maestro up
### Using Helm
You can also install Symphony using Helm by running the following command:
```Bash
helm install symphony oci://ghcr.io/eclipse-symphony/helm/symphony --version '0.47.2'
helm install symphony oci://ghcr.io/eclipse-symphony/helm/symphony --version '0.48.28'
```
After Symphony is installed, you can use maestro to try out sample scenarios.

### Using Docker
You can also install Symphony using Docker by running the following command:
You can also install Symphony using Docker with the bundled `symphony-api.json` or volume mounting your own & injecting its reference via `CONFIG` env:
```Bash
docker run -d --name symphony-api -p 8080:8080 ghcr.io/eclipse-symphony/symphony-api:0.47.1
docker run -d --name symphony-api -p 8080:8080 -e CONFIG=/symphony-api.json ghcr.io/eclipse-symphony/symphony-api:0.48.28
```
### Using symphony-api binary
You can also run Symphony in standalone mode as a single process by running the following command:
Expand Down

0 comments on commit dabec42

Please sign in to comment.