Skip to content

Commit

Permalink
Update Docker-compose README.md (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
orousseau49170 authored Jan 22, 2025
1 parent 725bf74 commit 70aca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ loaders:
To generate a `docker-compose.yaml` from this file run

```shell
docker run --rm -t -i -v ${PWD}:/mnt cisco-open/app-simulator-generators-docker-compose --config /mnt/config.yaml --output /mnt/docker-compose.yaml
docker run --rm -t -i -v ${PWD}:/mnt ghcr.io/cisco-open/app-simulator-generators-docker-compose --config /mnt/config.yaml --output /mnt/docker-compose.yaml
```

## Run application simulation
Expand Down

0 comments on commit 70aca52

Please sign in to comment.