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:
# - "/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"]