Skip to content

Commit

Permalink
use /amqroxy entrypoint instead of just amqproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Oct 11, 2024
1 parent 72eed33 commit 5a7fc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-php/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build: ../../
expose:
- "5673"
entrypoint: ["amqproxy", "--debug", "--listen=0.0.0.0", "amqp://toxiproxy:7777"]
entrypoint: ["/amqproxy", "--debug", "--listen=0.0.0.0", "amqp://toxiproxy:7777"]
depends_on:
toxiproxy:
condition: service_started
Expand Down

0 comments on commit 5a7fc2d

Please sign in to comment.