fix(vikunja): run as root to fix /db volume permissions
Vikunja 0.24.6 runs as uid=1000 but named Docker volumes are created with root ownership, causing permission denied on /db. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
vikunja:
|
vikunja:
|
||||||
image: vikunja/vikunja:0.24.6
|
image: vikunja/vikunja:0.24.6
|
||||||
container_name: vikunja
|
container_name: vikunja
|
||||||
|
user: "0:0"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Budapest
|
- TZ=Europe/Budapest
|
||||||
|
|||||||
Reference in New Issue
Block a user