Skip to content

Instantly share code, notes, and snippets.

@billydh
Created January 8, 2020 08:56
Show Gist options
  • Save billydh/ac6e1479ab86a657919a47c0f9b250fe to your computer and use it in GitHub Desktop.
Save billydh/ac6e1479ab86a657919a47c0f9b250fe to your computer and use it in GitHub Desktop.
version: '3'
services:
dynamodb:
image: amazon/dynamodb-local
hostname: dynamodb-local
container_name: dynamodb-local
ports:
- "8042:8000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment