Replace disappeared dynamodb container
Still waiting for an official moto docker distribution.
This commit is contained in:
parent
99af506ab6
commit
492a2faf9e
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
dynamodb:
|
dynamodb:
|
||||||
image: bhuisgen/alpine-dynamodb
|
image: verkhoro/moto:1.1.23
|
||||||
|
command:
|
||||||
|
- dynamodb2
|
||||||
|
- "-p"
|
||||||
|
- "8000"
|
||||||
ports:
|
ports:
|
||||||
- "8898:8000"
|
- "8898:8000"
|
||||||
|
|
Loading…
Reference in a new issue