Skip to content

Commit

Permalink
examples/dotnet: make it easier to run the example locally
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 13, 2021
1 parent 3aa1429 commit ca4df71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dotnet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:

storage:
image: fsouza/fake-gcs-server:v1.25.1
build: ../..
ports:
- 8080:8080
command: ["-scheme", "http", "-port", "8080", "-external-url", "http://localhost:8080", "-backend", "memory"]
command: ["-scheme", "http", "-port", "8080", "-external-url", "http://localhost:8080", "-backend", "memory"]

0 comments on commit ca4df71

Please sign in to comment.