Picsur icon indicating copy to clipboard operation
Picsur copied to clipboard

Docker container fails to start

Open mtaanquist opened this issue 1 year ago • 10 comments

Hi there,

I was trying to just spin up a local container to give the project a spin, as the website currently is down, but it fails getting the picsur image fails to reach a running status. It continuously logs the following error:

2023-06-28 19:03:11 picsur           | Internal Error: spawn ETXTBSY
2023-06-28 19:03:11 picsur           |     at ChildProcess.spawn (node:internal/child_process:420:11)
2023-06-28 19:03:11 picsur           |     at Object.spawn (node:child_process:757:9)
2023-06-28 19:03:11 picsur           |     at JM (/picsur/.yarn/releases/yarn-berry.cjs:4:7429)
2023-06-28 19:03:11 picsur           |     at Kd.implementation (/picsur/.yarn/releases/yarn-berry.cjs:392:18472)
2023-06-28 19:03:11 picsur           |     at Kd.exec (/picsur/.yarn/releases/yarn-berry.cjs:395:1583)
2023-06-28 19:03:11 picsur           |     at Kd.run (/picsur/.yarn/releases/yarn-berry.cjs:395:1754)
2023-06-28 19:03:11 picsur           |     at V5 (/picsur/.yarn/releases/yarn-berry.cjs:401:6555)
2023-06-28 19:03:11 picsur           |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-06-28 19:03:11 picsur           |     at async OPe (/picsur/.yarn/releases/yarn-berry.cjs:403:16)
2023-06-28 19:03:11 picsur           |     at async o (/picsur/.yarn/releases/yarn-berry.cjs:403:146)

I am using the docker-compose example mentioned in the README, uncommenting the environment vars.

mtaanquist avatar Jun 28 '23 17:06 mtaanquist