Found orphan containers ([seatable-memcached seatable-mariadb]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
您这报错,是您没有先删除容器,就修改docke-compose.yml 文件,之前容器还在运行,您可以执行这个命令docker compose up --remove-orphans,清理之前的运行的容器