Remove trailing slash on camera URL

This commit is contained in:
Fredrik Baberg 2022-11-05 16:36:12 +01:00
parent 870a831e2e
commit 786c115292

View File

@ -24,7 +24,7 @@ ports:
ports_description: ports_description:
5000/tcp: Web-based interface (Not required for Ingress) 5000/tcp: Web-based interface (Not required for Ingress)
options: options:
camera_url: "http://b7aa59c4-camera-mjpg-streamer/" camera_url: "http://b7aa59c4-camera-mjpg-streamer"
mode: normal mode: normal
schema: schema:
camera_url: "url?" camera_url: "url?"