Skip to content

Commit e2878f8

Browse files
committed
Update README.
1 parent cc15146 commit e2878f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
A Docker image for running Nginx as a caching proxy for Google Cloud Storage.
33

44
This is the Git repo for the Docker image built automatically at Docker Hub -
5-
[jgoclawski/nginx-gcs-proxy](https://hub.docker.com/r/jgoclawski/nginx-gcs-proxy/).
5+
[socialwifi/nginx-gcs-proxy](https://hub.docker.com/r/socialwifi/nginx-gcs-proxy/).
66

77
## Usage
88

99
```bash
10-
docker run -d -e GCS_BUCKET_URL="[bucket/folder]" -p 8080:8080 jgoclawski/nginx-gcs-proxy
10+
docker run -d -e GCS_BUCKET_URL="[bucket/folder]" -p 8080:8080 socialwifi/nginx-gcs-proxy
1111

1212
```
1313

@@ -48,12 +48,12 @@ curl -v http://127.0.0.1:8080/healthz/
4848
## Building
4949

5050
```bash
51-
docker build nginx-gcs-proxy -t jgoclawski/nginx-gcs-proxy
51+
docker build nginx-gcs-proxy -t socialwifi/nginx-gcs-proxy
5252

5353
```
5454

5555
## Testing
5656

5757
```bash
58-
docker run --rm -e GCS_BUCKET_URL="dummy" jgoclawski/nginx-gcs-proxy nginx -t
58+
docker run --rm -e GCS_BUCKET_URL="dummy" socialwifi/nginx-gcs-proxy nginx -t
5959
```

0 commit comments

Comments
 (0)