Skip to content

Docker instructions broken for sqlite. #119

@externl

Description

@externl

As far as I can tell there's a slight bug in the Docker instructions, but maybe I just did something else incorrectly.

# SEMAPHORE_DB_DIALECT: sqlite
# SEMAPHORE_DB: "/etc/semaphore/semaphore.sqlite"

This env variable did not work. The sqlite database was still created in /var/lib/semaphore/semaphore.sqlite.

SEMAPHORE_DB_DIALECT: sqlite
SEMAPHORE_DB: "/etc/semaphore/semaphore.sqlite"

What did work however was:

SEMAPHORE_DB_DIALECT: sqlite
SEMAPHORE_DB_PATH: "/etc/semaphore"

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