Still not over Grimes
IImmich
•Created by Still not over Grimes on 2/28/2025 in #help-desk-support
On docker compose -> Additional property resources is not allowed
Here's the finished .yml file
10 replies
IImmich
•Created by Still not over Grimes on 2/28/2025 in #help-desk-support
On docker compose -> Additional property resources is not allowed
Update:
Merged the files again, got errors:
"yaml: line 39: mapping values are not allowed in this context"
where line 39 was "deploy:"
copy pasted directly from immich's website:
"yaml: line 42: found character that cannot start any token"
Moved one row by one space to the left and boom works.
10 replies
IImmich
•Created by Still not over Grimes on 2/28/2025 in #help-desk-support
On docker compose -> Additional property resources is not allowed
Update:
I installed Immich via the script and everything successfully launched. I then took down the container to activate the ML stuff in the .yaml file.
uncommented:
extend:
file: hwaccel.ml.yml
service: cuda
as well as changing:
image: blahblah-cuda
When trying to reactivate the containers with "sudo docker compose up --remove-orphans -d", I get the error: "yaml: line 39: mapping values are not allowed in this context"
line 39 being: "extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration"
I will attempt the hwaccel ML and .yaml merge again and see what happens
10 replies
IImmich
•Created by Still not over Grimes on 2/28/2025 in #help-desk-support
On docker compose -> Additional property resources is not allowed
Edit:
Tried running the script install and got the error:
"permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock"
I assume docker might not have permission so will explore that
10 replies
IImmich
•Created by Still not over Grimes on 2/28/2025 in #help-desk-support
On docker compose -> Additional property resources is not allowed
Edit:
Docker Version: 28.0.1, build 068a01e (command: docker --version)
Docker Compose Version 2.33.1 (command docker-compose --version)
10 replies