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
The current main branch of inferno-template does not startup due to a redis data permission error.
The key error lines are:
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