From 249fc9e6ec2f77805ddedcdf1bae58293ea3f167 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:04:43 +0100 Subject: [PATCH] fix: fileflows volume names --- templates/compose/fileflows.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/compose/fileflows.yaml b/templates/compose/fileflows.yaml index 9beebb74e..7e2d9f7d9 100644 --- a/templates/compose/fileflows.yaml +++ b/templates/compose/fileflows.yaml @@ -16,10 +16,10 @@ services: #devices: # - "/dev/dri:/dev/dri" # Enable hardware transcoding volumes: - - fileflows-temp:/temp - - fileflows-configs:/app/Data - - fileflows-logs:/app/Logs - - fileflows-common:/app/common + - fileflows_temp:/temp + - fileflows_configs:/app/Data + - fileflows_logs:/app/Logs + - fileflows_common:/app/common healthcheck: test: ["CMD", "curl", "-f", "http://localhost:5000/api/system/version"]