Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

20
_-Review/xandikos.md Normal file
View File

@ -0,0 +1,20 @@
---
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
```