mapletree/lxc3/krusader.yml
admin_jk 19b33f554e
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
change to root user
2026-02-26 14:15:20 -07:00

14 lines
279 B
YAML

# docker-compose.yml
services:
krusader:
image: binhex/arch-krusader
container_name: krusader
environment:
- PUID=0
- PGID=0
ports:
- 6080:6080 # Web UI port
volumes:
- /mnt:/srv
- ./config:/config
restart: unless-stopped