docs: enhance Caddy setup documentation and update Docker Compose configurations

- Add instructions for handling existing Docker networks in Caddy setup
- Update docker-compose.caddy.yml to specify external network name
- Modify docker-compose.example.yml to include network configuration for the default network
This commit is contained in:
Hördle Bot
2025-12-01 15:39:54 +01:00
parent e881979da3
commit 95fd6405be
3 changed files with 21 additions and 3 deletions

View File

@@ -56,6 +56,6 @@ volumes:
networks:
default:
# Netzwerk wird automatisch erstellt wenn beide Compose-Dateien zusammen verwendet werden
# Bei separater Verwendung: docker network create hoerdle_default und external: true setzen
name: hoerdle_default
external: true