Docker compose up return "no such service: nextcloud-aio-xxx" #3085
-
I use the manual install of AIO and I have a weird issue since yesterday (when I updated my instance). Here is my usual command But now it returns an error: If I try to run with no additional profile: When I look in my compose file I see: services:
nextcloud-aio-apache:
depends_on:
- nextcloud-aio-onlyoffice If I run I have restored backups of my previous compose and env file... and now I have a the same error (when it was running fine before). So it seems that the issue might not be there... could it be an update of Docker which require that any service referenced in the config must be existing? if so... then what is the point of profiles? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@GuillaumeHullin You might have a look at #2461 (comment) I would remove it from the depends_on section and after enabling onlyoffice, restart once you add it back itno the depends_on section if you want to keep it in there. |
Beta Was this translation helpful? Give feedback.
-
seems to be a bug in docker-compose v2.20.x, just install docker-compose v2.19.1: |
Beta Was this translation helpful? Give feedback.
I wrote a pull request: #3095