From 13bf32fca22831787d6180bdbfd91d053c3ba9e9 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Wed, 28 May 2025 04:27:24 +0000 Subject: [PATCH] Update qnap_mediaui.yaml --- qnap_mediaui.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qnap_mediaui.yaml b/qnap_mediaui.yaml index ac66b80..026077b 100644 --- a/qnap_mediaui.yaml +++ b/qnap_mediaui.yaml @@ -11,6 +11,8 @@ services: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the stack.env file - $UPLOAD_LOCATION:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro + env_file: + - stack.env ports: - '2283:2283' depends_on: @@ -30,6 +32,8 @@ services: # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable volumes: - $MODEL_CACHE_LOCATION:/cache + env_file: + - stack.env restart: always healthcheck: disable: false