Skip to content

Redis fails to startup due to permissions causing entire application startup failure. #41

@steveswinsburg

Description

@steveswinsburg

The current main branch of inferno-template does not startup due to a redis data permission error.
The key error lines are:

redis-1  | 1:M 13 Nov 2025 03:51:34.612 # Can't open or create append-only dir appendonlydir: Permission denied
redis-1 exited with code 1

This then causes a series of startup failures which ultimately prevent the application from running.

The full error log is attached:
error-log.txt

The key issue is that Redis is trying to write to a host-mounted directory but doesn't have the proper permissions.

I have fixed this in PR #40

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