mapletree/lxc3/krusader.yml
admin_jk 2d329858d9
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
removed environment section
2026-02-26 14:13:46 -07:00

11 lines
232 B
YAML

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