mapletree/lxc3/krusader.yml
admin_jk 8cfd4bcae2
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
removed user and group
2026-02-26 14:12:35 -07:00

12 lines
249 B
YAML

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