Skip to content

Commit 7527c1e

Browse files
committed
Adjusting the service name in the run-artemis command to activemq-artemis
1 parent 1acadd9 commit 7527c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test *args:
2525
run-artemis:
2626
#!/bin/bash
2727
trap 'echo; docker compose down --remove-orphans' EXIT
28-
docker compose run --service-ports artemis
28+
docker compose run --service-ports activemq-artemis
2929

3030
run-consumer:
3131
uv run examples/consumer.py

0 commit comments

Comments
 (0)