geo tracking/traccar/docker-compose.yml aktualisiert

Einbinden des Konfigurations-Verzeichnisses zum Einbinden der Konfigurationsdatei traccar.xml
This commit is contained in:
2025-11-03 19:12:18 +01:00
parent b366b2d78e
commit e40cfe77ee

View File

@@ -33,6 +33,7 @@ services:
- "5144:5144"
volumes:
- logs:/opt/traccar/logs
- conf:/opt/traccar/conf #hier liegt die traccar.xml zum Einbinden von OpenID
autoheal:
image: willfarrell/autoheal:latest
@@ -45,4 +46,5 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
volumes:
data:
logs:
logs:
conf: #hier liegt die traccar.xml zum Einbinden von OpenID