Skip to content

Commit

Permalink
chore: update local docker-compose for arm64 users
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 3, 2024
1 parent 57ad602 commit 4273dd9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: "3"

services:
httpbin:
image: kennethreitz/httpbin
image: kong/httpbin # https://github.com/Kong/httpbin
ports:
- "8000:80"

Expand All @@ -18,7 +16,7 @@ services:
POSTGRES_DB: postgres

broker_app:
image: pactfoundation/pact-broker:latest-multi
image: pactfoundation/pact-broker:latest
links:
- postgres
ports:
Expand Down

0 comments on commit 4273dd9

Please sign in to comment.