change to root user
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
2d329858d9
commit
19b33f554e
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue