Skip to content

Commit

Permalink
fixing bug where the docker container can not connect to the service …
Browse files Browse the repository at this point in the history
…when using localhost
  • Loading branch information
codyseibert committed Dec 3, 2018
1 parent bb320ed commit 61aa9cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions efcms-service/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ plugins:
- serverless-offline
custom:
serverless-offline:
host: localhost
host: 0.0.0.0

s3:
host: localhost
host: 0.0.0.0
port: 9000
directory: ./storage/s3
cors: cors-policy.xml

dynamodb:
start:
inMemory: true
Expand Down

0 comments on commit 61aa9cd

Please sign in to comment.