Skip to content

Frequently Asked Questions

gmt2001 edited this page Feb 7, 2025 · 3 revisions

If you can't find a solution here, on the Usage page, or in Issues, feel free to ask in Issues

Configuration

Q: Webhook URLs arent working anymore!

A: WEBHOOK_URLS were replaced with NOTIFIERS when we switched to apprise. Please refer to Notifications for current configuration

Docker Swarm

Q: Docker swarm mode reports No services monitored

A: When the Swarm mode is enabled, the options Label Enable and Labels Only are also forced on. You must tag your swarm services with docker service update --label-add com.ouroboros.enable="true" myService