fix: fileflows volume names
This commit is contained in:
parent
fdd8323598
commit
249fc9e6ec
1 changed files with 4 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue