Files
games/.gitea
Ryan Hamamura 9799387a32
All checks were successful
Deploy c4 / deploy (push) Successful in 41s
fix: ensure data directory has correct ownership before starting container
On a fresh VM, Docker creates the bind-mounted data/ directory as
root:root, but the container runs as games (UID 5). This causes
SQLite to fail with SQLITE_CANTOPEN. Create the directory with
correct ownership in the deploy pipeline.
2026-02-13 09:03:33 -10:00
..