Closed ghost closed 3 years ago
Same here. I just tried and I get the same results
It seems that the version 11.1 does not work with this docker-compose. Just edit the docker-compose.yml and force it to use the old version with: x-op-image: &image image: openproject/community:11.0
I found out that there are executable file in /app/docker/prod/
on docker image openproject/community:11
So you'll need to add /prod/ in compose/docker-compose.yml
command: "./docker/prod/proxy"
command: "./docker/prod/web"
command: "./docker/prod/worker"
command: "./docker/prod/cron"
command: "./docker/prod/seeder"
Sorry, that was simply a wrong path as @notder pointed out. It's fixed now.