-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more "docker-compose" -> "docker compose" updates
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ $ git clone [email protected]:batchcorp/plumber.git | |
$ cd plumber | ||
|
||
# Launch a NATS container | ||
$ docker-compose up -d natsjs | ||
$ docker compose up -d natsjs | ||
|
||
# Launch plumber in cluster mode | ||
$ plumber server --enable-cluster | ||
|
@@ -145,7 +145,7 @@ $ git clone [email protected]:batchcorp/plumber.git | |
$ cd plumber | ||
|
||
# Launch a NATS container | ||
$ docker-compose up -d natsjs | ||
$ docker compose up -d natsjs | ||
|
||
# Launch a plumber container that points to your NATS instance | ||
$ docker run --name plumber-server -p 9090:9090 \ | ||
|
@@ -483,4 +483,4 @@ spec: | |
|
||
### Kubernetes Helm | ||
|
||
Follow the `README.md` in https://github.com/batchcorp/plumber-helm#cluster-mode | ||
Follow the `README.md` in https://github.com/batchcorp/plumber-helm#cluster-mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters