Skip to content

Docker sqlite path correction #115

@szastan

Description

@szastan

Hi, in docs and in config sample you have provided connection string for SQLite:

connection_string = sqlite+aiosqlite:///var/lib/meshview/packets.db

There is small typo for Docker config, extra slash needs to be added, without it docker exits with error. Proper path:

connection_string = sqlite+aiosqlite:////var/lib/meshview/packets.db

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions