1
0
Fork 0
lightspeed-watcher/docker-compose.yml

11 lines
157 B
YAML
Raw Normal View History

2018-03-08 11:25:10 -05:00
version: '2'
services:
dynamodb:
image: verkhoro/moto:1.1.23
command:
- dynamodb2
- "-p"
- "8000"
2018-03-08 11:25:10 -05:00
ports:
- "8898:8000"