Skip to content

Dynamo Admin UI is not loading anymore #6

Open
@Afzal7

Description

@Afzal7

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

Screenshot 2022-01-07 at 3 05 39 PM

I tried running it from the terminal as well, but no luck.

Screenshot 2022-01-07 at 4 21 30 PM

Any suggestions on how to resolve this?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions