Hi @billbokay, I’m a little confused as to why you’re running that docker command. Your app
service runs python -m rasa_sdk --actions
automatically, so there really shouldn’t be a need for you to run that command manually. Your app
service is the action server, so please just start that as it is, and likewise your rasa
service can just be started with docker-compose up
as well (no need for a docker run -it
command). I hope that helps!