WUD (What's up docker?) Keep your containers up-to-date!

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 :grin:.

Please fix it then give it a new try :crossed_fingers:.

If it’s still ko after that, please share your logs. Maybe I’ll find where the glitch is…