From 050015872794e556cb03653d13cf7e9894a5319d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 4 Feb 2024 02:37:52 -0500 Subject: [PATCH] Update dockge-install.sh tweak Immich compose files --- install/dockge-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dockge-install.sh b/install/dockge-install.sh index f15949a4..235ae6fd 100644 --- a/install/dockge-install.sh +++ b/install/dockge-install.sh @@ -53,7 +53,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then mkdir -p /opt/stacks/immich wget -q -O /opt/stacks/immich/compose.yaml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml wget -q -O /opt/stacks/immich/.env https://github.com/immich-app/immich/releases/latest/download/example.env - wget -q -O /opt/stacks/immich/hwaccel.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.yml + #wget -q -O /opt/stacks/immich/hwaccel.ml.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml.yml msg_ok "Added Immich compose.yaml" fi