Skip to content

Commit

Permalink
Fix typo - WS_DYNAMODB_TABLE to AWS_DYNAMODB_TABLE (#228)
Browse files Browse the repository at this point in the history
Fixing typo - WS_DYNAMODB_TABLE should be AWS_DYNAMODB_TABLE
  • Loading branch information
headincl0ud committed Feb 21, 2022
1 parent 1c2641d commit e7d2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -397,7 +397,7 @@ docker run -p 8080:8080 \
-e AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY}" \
-e AWS_REGION="${AWS_DEFAULT_REGION}" \
-e AWS_BUCKET="${AWS_BUCKET}" \
-e WS_DYNAMODB_TABLE="${AWS_DYNAMODB_TABLE}" \
-e AWS_DYNAMODB_TABLE="${AWS_DYNAMODB_TABLE}" \
-e DB_PASSWORD="<mypassword>" \
-e DB_SSLMODE="disable" \
--net terraboard \
Expand Down

0 comments on commit e7d2923

Please sign in to comment.