I
Immich•2y ago
eberna

Using the docker compose following the documentation fails to tart

Hello, thanks for the amazing project! I followed the Docs for running immich with docker compose (https://immich.app/docs/install/docker-compose), but when launching it with (docker-compose up -d) i got the error: ERROR: The Compose file './docker-compose.yml' is invalid because: 'name' does not match any of the regexes: '^x-' for my understanding (checking online for the causes) in the docker compose file released 2 days ago the field name: immich has been added at the top of the compose file and this field it is not compatible with the docker compose V1 (docker-compose up -d) but should be with the V2 (docker compose up -d). I have removed the field and it's working but should the doc be changed or a compatible file released? Many thanks 🙂
No description
1 Reply
bo0tzz
bo0tzz•2y ago
Compose v1 is no longer supported, you should probably upgrade

Did you find this page helpful?