Skip to content

Commit

Permalink
fix: use customized object store image
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Jul 3, 2023
1 parent 1f414dd commit b3e81ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ services:
test: [ "CMD", "curl", "-f", "http://localhost:4566/health" ]

fake-gcs:
image: fsouza/fake-gcs-server
command: ["-scheme", "http", "-port", "4443", "-external-url", "http://[::]:4443", "-backend", "memory"]
# Custom image - see fsouza/fake-gcs-server#1164
image: tustvold/fake-gcs-server
command: ["-scheme", "http", "-public-host", "localhost:4443", "-backend", "memory"]
ports:
- 4443:4443

Expand Down

0 comments on commit b3e81ca

Please sign in to comment.