You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to prevent the app from logging a warning when the FB endpoint is not provided with a trusted SSL certificate, you can disable that by invoking the Flask app with the <kbd>disable_ssl_warn=True</kbd> parameter
21
-
20
+
If you want to prevent the app from logging a warning when the FA endpoint is not provided with a trusted SSL certificate, you can disable that by invoking the app with the <kbd>--disable-cert-warning</kbd> flag
22
21
```shell
23
-
docker run -d -p 9491:9491 --rm --name pure-exporter pure-fa-ome:<version>'pure_fa_exporter:create_app(disable_ssl_warn=True)'
24
-
```
22
+
docker run -d -p 9491:9491 --rm --name pure-exporter pure-fa-ome:<version> --disable-cert-warning
0 commit comments