Hi @Buckeyes1995,
Your configuration looks fine except the duplicated volumes
declaration in your yaml.
My guess is that docker compose only reads the first volumes
déclaration.
So your compose file is not mounted into the wud container .
So the wud trigger cannot read it.
So the trigger is not loaded.
I hope I’m right .
Please fix it then give it a new try .
If it’s still ko after that, please share your logs. Maybe I’ll find where the glitch is…