From 663ae628f307bf7b3652d60a71ebbaa0dd11dafe Mon Sep 17 00:00:00 2001 From: Torben Brenner Date: Fri, 23 May 2025 15:52:20 +0200 Subject: [PATCH] fix: pass outdir path as separate token --- modules/beam-file-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/beam-file-compose.yml b/modules/beam-file-compose.yml index a964f3d..49e4b47 100644 --- a/modules/beam-file-compose.yml +++ b/modules/beam-file-compose.yml @@ -22,7 +22,7 @@ services: - BEAM_SECRET=${BEAM_FILE_SECRET} - BEAM_URL=http://beam-proxy:8081 - API_KEY=${BEAM_FILE_API_KEY} - command: ["receive", "save", "--outdir 'data'"] + command: ["receive", "save", "--outdir", "/data"] volumes: - /var/cache/bridgehead/beam-file/:/data profiles: ["beam-file-receiver"]