--- created: 2024-10-06T18:02:11.000Z type: note updated: 2024-10-06T18:02:11.000Z --- # xandikos ```yaml Sun Oct 06 2024 11:02:05 GMT-0700 (Mountain Standard Time) version: "3.4" services: xandikos: image: ghcr.io/jelmer/xandikos ports: - 8000:8000 volumes: - /path/to/xandikos/data:/data restart: unless-stopped ```