File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
A Docker image for running Nginx as a caching proxy for Google Cloud Storage.
3
3
4
4
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/ ) .
6
6
7
7
## Usage
8
8
9
9
``` 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
11
11
12
12
```
13
13
@@ -48,12 +48,12 @@ curl -v http://127.0.0.1:8080/healthz/
48
48
## Building
49
49
50
50
``` bash
51
- docker build nginx-gcs-proxy -t jgoclawski /nginx-gcs-proxy
51
+ docker build nginx-gcs-proxy -t socialwifi /nginx-gcs-proxy
52
52
53
53
```
54
54
55
55
## Testing
56
56
57
57
``` 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
59
59
```
You can’t perform that action at this time.
0 commit comments