[Komodo] Commit Sync: update master_sync.toml
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user