Add non-root user support and entrypoint script for Docker setup

This commit is contained in:
2026-06-06 17:27:10 +02:00
parent 21620290e2
commit 5ad2ad691f
3 changed files with 27 additions and 6 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ services:
volumes:
- app_data:/data
environment:
- DATA_DIR=/data
PUID: 1000
PGID: 1000
restart: unless-stopped
volumes: