This commit is contained in:
2026-02-24 18:18:06 +03:00
parent e4f623ffa7
commit ac3712b722
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@
} }
@pihole host pihole.catmedved.com @pihole host pihole.catmedved.com
handle @passwords { handle @pihole {
reverse_proxy http://pihole:80 reverse_proxy http://pihole:80
} }

View File

@@ -50,7 +50,7 @@ services:
# file: hwaccel.ml.yml # file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable # service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes: volumes:
- ./model-cache:/cache - /srv/rundata/immich/model-cache:/cache
env_file: env_file:
- .env - .env
restart: always restart: always