Zugriff
Admin-Konsole: http://<server-ip>:8000
Basis-Proxy-Endpunkte:
http://<server-ip>https://<server-ip>
Erstelle beim ersten Zugriff auf die Management-Konsole sofort das Admin-Konto.
Wichtige Dateien und Verzeichnisse
- Anwendungsverzeichnis:
/root/zoraxy/ - Docker Compose-Datei:
/root/zoraxy/docker-compose.yml - Zoraxy Konfigurationsdaten:
/root/zoraxy/config/ - Docker Volumes (Laufzeit):
/var/lib/docker/volumes/ - Docker Service-Logs:
/var/lib/docker/containers/
Dienstverwaltung
# Go to the application directory
cd /root/zoraxy
# Check container status
docker compose ps
# Restart all services
docker compose restart
# View live application logs:
docker compose logs -f
# Stop all services
docker compose down
# Start services again
docker compose up -d