Comment out options and schemas

This commit is contained in:
Fredrik Baberg 2023-01-11 14:00:46 +01:00
parent df46110c2b
commit 49ae738ae7

View File

@ -23,13 +23,13 @@ ports:
5000/tcp: null 5000/tcp: null
ports_description: ports_description:
5000/tcp: Web-based interface 5000/tcp: Web-based interface
options: # options:
# camera_url: "http://b7aa59c4-camera-mjpg-streamer" # camera_url: "http://b7aa59c4-camera-mjpg-streamer"
# mode: normal # mode: normal
# trusted_proxies: "" # trusted_proxies: ""
schema: # schema:
# camera_url: "url?" # camera_url: "url?"
# mode: "list(normal|recovery|reverse_proxy_test|camera)?" # mode: "list(normal|recovery|reverse_proxy_test|camera)?"
# trusted_proxies: "str?" # trusted_proxies: "str?"
tmpfs: true tmpfs: true
image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch} image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch}