Upgrade problem

Hi, just ran an update with “git pull” and trying to restart everything with docker-compose up. ctfd docker is restaring every minute or so and the three other dockers seems to run fine (checked via “docker ps”).

Is there anything I did wrong here ? I see in the new docker-compose file that there now is an nginx server too that wasn’t there before.

EDIT
I forgot to recreate the docker image with “–build”. After that I had an error about database user ctfd not having permission to the ctfd database. I changed a line in the docker-compose file

  • DATABASE_URL=mysql+pymysql://root:ctfd@db/ctfd

Now all dockers run fine but I get a 502 bad gateway error on port 80.

Anybody has a clue ?