Skip to content

Commit 5a54bb1

Browse files
shawnhankimdekobon
authored andcommitted
fix: nginx-plus-s3-gateway name in doc
fix: oss to plus
1 parent 803446c commit 5a54bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ Alternatively, if you would like to use the latest version of
193193
from the latest njs source by building this image after building the parent
194194
image above:
195195
```
196-
docker build --file Dockerfile.oss --tag nginx-s3-gateway --tag nginx-s3-gateway:latest-njs-plus .
196+
docker build --file Dockerfile.plus --tag nginx-plus-s3-gateway --tag nginx-plus-s3-gateway:latest-njs-plus .
197197
```
198198

199199
After building, you can run the image by issuing the following command and
200200
replacing the path to the `settings` file with a file containing your specific
201201
environment variables.
202202
```
203-
docker run --env-file ./settings --publish 80:80 --name nginx-s3-gateway \
204-
nginx-s3-gateway:plus
203+
docker run --env-file ./settings --publish 80:80 --name nginx-plus-s3-gateway \
204+
nginx-plus-s3-gateway:plus
205205
```
206206

207207
## Running Using AWS Instance Profile Credentials

0 commit comments

Comments
 (0)