From 6cd2bf69bf070ba44b018688c4a95f0b2cbe4275 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 27 Nov 2018 22:47:21 +0100 Subject: [PATCH] :hammer: Changed default port to avoid conflicts with motionEye --- traccar/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traccar/config.json b/traccar/config.json index 73eb47a..7e53f46 100755 --- a/traccar/config.json +++ b/traccar/config.json @@ -4,7 +4,7 @@ "slug": "traccar", "description": "Modern GPS Tracking Platform", "url": "https://community.home-assistant.io/?u=frenck", - "webui": "[PROTO:ssl]://[HOST]:[PORT:8082]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8072]", "startup": "services", "arch": [ "aarch64", @@ -23,7 +23,7 @@ ], "options": { "log_level": "info", - "port": 8082, + "port": 8072, "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem"