mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
fix: pass outdir path as separate token
This commit is contained in:
@ -22,7 +22,7 @@ services:
|
|||||||
- BEAM_SECRET=${BEAM_FILE_SECRET}
|
- BEAM_SECRET=${BEAM_FILE_SECRET}
|
||||||
- BEAM_URL=http://beam-proxy:8081
|
- BEAM_URL=http://beam-proxy:8081
|
||||||
- API_KEY=${BEAM_FILE_API_KEY}
|
- API_KEY=${BEAM_FILE_API_KEY}
|
||||||
command: ["receive", "save", "--outdir 'data'"]
|
command: ["receive", "save", "--outdir", "/data"]
|
||||||
volumes:
|
volumes:
|
||||||
- /var/cache/bridgehead/beam-file/:/data
|
- /var/cache/bridgehead/beam-file/:/data
|
||||||
profiles: ["beam-file-receiver"]
|
profiles: ["beam-file-receiver"]
|
||||||
|
Reference in New Issue
Block a user