Skip to content

Commit

Permalink
Fix integration test after changed entrypoint in Dockerfile
Browse files Browse the repository at this point in the history
* Pass extra arguments via command rather than overriding entrypoint

---------

Co-authored-by: Carl Hörberg <[email protected]>
  • Loading branch information
viktorerlingsson and carlhoerberg authored Oct 13, 2024
1 parent 72eed33 commit f75071e
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"]
command: ["--debug", "amqp://toxiproxy:7777"]
depends_on:
toxiproxy:
condition: service_started
Expand Down

0 comments on commit f75071e

Please sign in to comment.