docs: replace single docker-compose example with caddy + static ip variants

This commit is contained in:
Timo
2026-06-01 12:16:25 +02:00
parent 608f742f83
commit b1b858d771
5 changed files with 41 additions and 28 deletions
+1 -1
View File
@@ -27,7 +27,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-compose.example.yml](../docker-compose.example.yml) in the root directory for a ready-to-use configuration.
See [docker-compose.caddy.example.yml — Docker network](../docker-compose.caddy.example.yml) or [docker-compose.ip.example.yml — Static IP](../docker-compose.ip.example.yml) in the root directory for ready-to-use Docker Compose files.
### Manual Setup
```bash