0

I'm attempting to deploy an instance of FoundryVTT as a container on Cloud Run. I've set it up to mount a Cloud Storage bucket as a volume so that its data will persist when it restarts. The app launches fine when I've set it to use an in-memory volume, but obviously all that data disappears on a restart which I can't have between game sessions.

The error message:

2025-03-28 22:18:20.840 EDT FoundryVTT | 2025-03-29 02:18:20 | [[32minfo[39m] User Data Directory - "/data"
2025-03-28 22:18:22.513 EDT FoundryVTT | 2025-03-29 02:18:22 | [[31merror[39m] A fatal error occurred while trying to start the Foundry Virtual Tabletop server: EPERM: operation not permitted, utime '/data/Config/options.json.lock'
2025-03-28 22:18:22.976 EDT Container called exit(1).
2025-03-28 22:18:22.976 EDT Error: A fatal error occurred while trying to start the Foundry Virtual Tabletop server: EPERM: operation not permitted, utime '/data/Config/options.json.lock'

The Docker image I've been using: https://hub.docker.com/r/felddy/foundryvtt

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.