Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianchifor authored Oct 31, 2020
1 parent 348c898 commit 1f5e995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ docker run -d --name "bigbucket-api" \
-e BUCKET=gs://<bucket-name> \
-v ${HOME}/.config/gcloud:/root/.config/gcloud \
-p 8080:8080 \
adrianchifor/bigbucket:latest
ghcr.io/adrianchifor/bigbucket:latest
```

Cleaner
Expand All @@ -398,7 +398,7 @@ docker run -d --name "bigbucket-cleaner" \
-e CLEANER=true \
-e CLEANER_INTERVAL=30 \
-v ${HOME}/.config/gcloud:/root/.config/gcloud \
adrianchifor/bigbucket:latest
ghcr.io/adrianchifor/bigbucket:latest
```

We mount `${HOME}/.config/gcloud:/root/.config/gcloud` in both cases so the containers can use our local gcloud credentials to talk to the bucket.
Expand Down

0 comments on commit 1f5e995

Please sign in to comment.