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

Commit 3e32feb

Browse files
committed
Use -e flag instead of -p flag in advanced example
1 parent fd26d12 commit 3e32feb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ADVANCED.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,14 @@ 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 \
185+
185186
registry
186187
```
187188

0 commit comments

Comments
 (0)