Skip to content

Fix local deployment#547

Open
faulesocke wants to merge 1 commit into
bugbakery:mainfrom
faulesocke:patch-1
Open

Fix local deployment#547
faulesocke wants to merge 1 commit into
bugbakery:mainfrom
faulesocke:patch-1

Conversation

@faulesocke

Copy link
Copy Markdown

Local deployment failed because the worker token can not be written in run.sh:14 since the volume mounted in compose-local.yml is owned by root. Changing ownership of the volume directory here mounts the volume with correct permissions and allows creating the worker token file at runtime.

Local deployment failed because the worker token can not be written in run.sh:14 since the volume mounted in compose-local.yml is owned by root. Changing ownership of the volume directory here mounts the volume with correct permissions and allows creating the worker token file at runtime.
@anuejn

anuejn commented Jun 22, 2026

Copy link
Copy Markdown
Member

Hey, thank you for trying transcribee and fixing this :)
Sadly I cannot really reproduce the issue you describe here :(
Running docker compose -f packaging/compose-local.yml up from the root of the repository works on my machine. Could you describe what I need to do to reproduce the issue you experience?

@anuejn

anuejn commented Jun 22, 2026

Copy link
Copy Markdown
Member

maybe it has something to do with the fact that I am using wired mac docker?
what system are you running on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants