change to root user
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin_jk 2026-02-26 14:15:20 -07:00
parent 2d329858d9
commit 19b33f554e

View file

@ -3,6 +3,9 @@ services:
krusader: krusader:
image: binhex/arch-krusader image: binhex/arch-krusader
container_name: krusader container_name: krusader
environment:
- PUID=0
- PGID=0
ports: ports:
- 6080:6080 # Web UI port - 6080:6080 # Web UI port
volumes: volumes: