Skip to main content

Häufige Probleme

502 Bad Gateway:

# Service läuft nicht
docker compose ps
systemctl status caddy

# Tunnel funktioniert nicht
ping 10.100.0.2
wg show

Connection Refused:

# Port nicht offen
ufw status
netstat -tlnp | grep PORT

# Service nicht erreichbar
docker logs CONTAINER

Disk Space voll:

df -h
docker system prune -a --volumes