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 ed85ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
test: [ "CMD", "curl", "-f", "http://localhost:4566/health" ]

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

0 comments on commit ed85ef3

Please sign in to comment.