Hello,
I'm having some issues, I was wondering if anyone has been through something similar with this image?
1. When I start the container and visit the webURL, I just get stuck on the /license page and I don't have any input or way to get past this page. EDIT: resolved by enabling websockets support on NPM.
2. I get the following error/crash every time I restart the container. It seems to have something to do with the json lock file? Anyone else experience this? It seems like the image is not removing the lock file? EDIT: Solved this by setting the --restart unless-stopped
```FoundryVTT | 2025-01-27 14:05:34 | [error] A fatal error occurred while trying to start the Foundry Virtual Tabletop server: Foundry VTT cannot start in this directory which is already locked by another process.
Error: A fatal error occurred while trying to start the Foundry Virtual Tabletop server: Foundry VTT cannot start in this directory which is already locked by another process.
at _acquireLockFile (file:///home/foundry/resources/app/dist/init.mjs:1:5233)
at async _initializeCriticalFunctions (file:///home/foundry/resources/app/dist/init.mjs:1:2861)
at async Module.initialize (file:///home/foundry/resources/app/dist/init.mjs:1:1788)
```