fix: fileflows volume names

This commit is contained in:
peaklabs-dev
2024-12-11 15:04:43 +01:00
parent fdd8323598
commit 249fc9e6ec

View File

@@ -16,10 +16,10 @@ services:
#devices: #devices:
# - "/dev/dri:/dev/dri" # Enable hardware transcoding # - "/dev/dri:/dev/dri" # Enable hardware transcoding
volumes: volumes:
- fileflows-temp:/temp - fileflows_temp:/temp
- fileflows-configs:/app/Data - fileflows_configs:/app/Data
- fileflows-logs:/app/Logs - fileflows_logs:/app/Logs
- fileflows-common:/app/common - fileflows_common:/app/common
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/api/system/version"] test: ["CMD", "curl", "-f", "http://localhost:5000/api/system/version"]