Hi
I'm using a Synology Nas / docker to host immich and I had a message that an update is available this morning . In the online instructions the command to upddate is ;
docker compose pull && docker compose up -d
When I run this command (via a task)
cd /volume1/Docker-Data/immich-app
docker compose pull && docker compose up -d
I get the following error -
Current status: 1 (Interrupted)
Standard output/error:
docker: 'compose' is not a docker command.
See 'docker --help'
Can anyone provide some help to a newbie ?
Many thanks
Rick