fix: fileflows volume names
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user