Open
Description
The below docker config has been working for months but today after restarting my system i removed the older images and did a fresh compose up and now the Admin UI is not loading. DynamoDb itself seems to be running fine.
docker-compose.yml:
version: '3'
services:
dynamodb:
image: instructure/dynamo-local-admin
ports:
- "8000:8000" # For dynamo db
- "8001:8001" # For admin UI
I tried running it from the terminal as well, but no luck.
Any suggestions on how to resolve this?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels