compose.yaml comments, make docker:/app/data writable

This commit is contained in:
2026-04-04 23:50:30 +02:00
parent 947db47fdf
commit 3f10b51da9
2 changed files with 9 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ RUN adduser \
--uid "${UID}" \
appuser
RUN mkdir -p /app && chown appuser:appuser /app
RUN mkdir -p /app/data && chown -R appuser:appuser /app
USER appuser
WORKDIR /app
ENV IN_DOCKER=true