From 8ff8095ef6877981edc71515d91f9cd71b9a3a1d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:54:13 +0200 Subject: [PATCH] Update config.json --- teamspeak/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teamspeak/config.json b/teamspeak/config.json index 75b499f76..18306c063 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -18,6 +18,9 @@ "share:rw" ], "name": "Teamspeak server", + "options": { + "data_location": "/share/teamspeak" + }, "ports": { "10011/tcp": 10011, "30033/tcp": 30033, @@ -30,6 +33,9 @@ "41144/tcp": "TSDNS", "9987/udp": "Voice" }, + "schema": { + "data_location": "str" + }, "slug": "teamspeak", "url": "https://github.com/alexbelgium/hassio-addons", "version": "3.13.6"