Getting 403 on CSS files after upgrading (Docker)

I successfully upgraded my Docker installation from v1.16 to the recent v1.17 version, but then my replays started having 403 errors when retrieving cached CSS files. What did I miss?

There was an issue in v1.16 with minio (fixed) and that seems to be coming from there. In the script/docker-compose folder, run the command docker-compose --profile migration up --force-recreate --build -d minio-migration. Minio should then restart correclty.