From 1ec49ac17b09e6bfef0a3c99cff3e13eec3290cc Mon Sep 17 00:00:00 2001 From: komodo Date: Thu, 13 Nov 2025 03:15:19 +0000 Subject: [PATCH] [Komodo] Commit Sync: update master_sync.toml --- master_sync.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/master_sync.toml b/master_sync.toml index 02c3d62..8c6ecc5 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -224,6 +224,26 @@ ignore_services = ["signal-cli-rest-api"] ## +[[deployment]] +name = "Technitium_2" +[deployment.config] +server = "Synology" +image.type = "Image" +image.params.image = "technitium/dns-server:latest" +poll_for_updates = true +auto_update = true +restart = "always" +volumes = """ + # volume:/container/path +/volume1/docker/technitium_2/config:/etc/dns +""" +environment = """ + # VARIABLE = value +TZ=America\New_York +""" + +## + [[build]] name = "audiobookshelf" [build.config]