Docker container keeps restarting in windows 10 using rasa-x version 0.31.5

I wanted to give a try for rasa-x instead of directly moving to server deployment but when I try to use rasa-x using docker in windows, the container named rasa/rasa-x:0.31.5 keeps restarted I don’t why… I tried to change the restart to on-failure in docker-compose file and tried changing .env variables but nothing seems working :frowning:

When I tried seeing logs I’m seeing that an authentication failure error :frowning:

Here my .env file

PASSWORD_SALT=BvEWHawFA74:0o0
RASA_X_VERSION=0.31.5
RASA_VERSION=1.10.10
RASA_X_DEMO_VERSION=0.31.0
REDIS_PASSWORD=.C:vS:TMZFl7W9f
RABBITMQ_PASSWORD=Jk65d3ep-vTcfkh
RASA_X_TOKEN=RnB7Oy86QugGahH
JWT_SECRET=eBo4tCm4cQyEiKNlbLeEVomTs
RASA_TOKEN=hHww24lI3YYVAUR
DB_PASSWORD=LDXtSHDoHxwmFOb

except everything I’m using or I have is all what documentation says…

Thanks for having a look about my problem hope I will have a solution ASAP thanks :blush: