Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit fbc229a

Browse files
committed
Merge pull request #668 from stp-ip/patch-2
Use -e flag instead of -p flag in advanced example
2 parents fd26d12 + c64e002 commit fbc229a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

ADVANCED.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,16 @@ docker run \
175175
-e AWS_KEY=myawskey \
176176
-e AWS_SECRET=myawssecret \
177177
-e SEARCH_BACKEND=sqlalchemy \
178+
-e AWS_HOST=myowns3.com \
179+
-e AWS_SECURE=false \
180+
-e AWS_ENCRYPT=false \
181+
-e AWS_PORT=80 \
182+
-e AWS_DEBUG=true \
183+
-e AWS_CALLING_FORMAT=OrdinaryCallingFormat \
178184
-p 5000:5000 \
179-
-p AWS_HOST=myowns3.com \
180-
-p AWS_SECURE=false \
181-
-p AWS_ENCRYPT=false \
182-
-p AWS_PORT=80 \
183-
-p AWS_DEBUG=true \
184-
-p AWS_CALLING_FORMAT=OrdinaryCallingFormat \
185185
registry
186186
```
187187

188-
189188
## Microsoft Azure Blob Storage
190189

191190
In order to use Microsoft Azure Blob Storage Service, you need to create a
@@ -255,4 +254,3 @@ test:
255254
email_exceptions:
256255
smtp_host: localhost
257256
```
258-

0 commit comments

Comments
 (0)