Skip to content

[BUG] docker-compose.yml points config directory to wrong place in the container #729

@PL-Peter

Description

@PL-Peter

The current config leaves you with an ephemeral index database and config.


The volume as currently mounted:

 # Persistent storage for configuration and database
      - basic-memory-config:/root/.basic-memory:rw

The volume as it should be mounted:

 # Persistent storage for configuration and database
      - basic-memory-config:/home/appuser/.basic-memory:rw

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions