move example configs to examples/ dir

This commit is contained in:
KoalaDev
2026-06-07 12:55:43 +02:00
parent 198064b720
commit da12dc07a7
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ docker pull ghcr.io/shik3i/koalasync:latest
# Or build from the repository root
docker build -t koala-sync-server -f server/Dockerfile .
```
See [Docker network compose](../docker-compose.caddy.example.yml) or [Static IP compose](../docker-compose.ip.example.yml) in the root directory for ready-to-use Docker Compose files.
See [Docker network compose](../examples/docker-compose.caddy.example.yml) or [Static IP compose](../examples/docker-compose.ip.example.yml) in the root directory for ready-to-use Docker Compose files.
### Manual Setup
```bash