I tried setting up Arcane for Podman following the official docs, but the socket failure kept happening. I’m running Podman Desktop on Windows 11 and ended up using this socket configuration, which worked:
volumes:
# For Windows Podman - mount the Podman socket from inside the VM
- /run/podman/podman.sock:/var/run/docker.sock
- ./arcane-data:/app/data
Just sharing in case it helps.
I tried setting up Arcane for Podman following the official docs, but the socket failure kept happening. I’m running Podman Desktop on Windows 11 and ended up using this socket configuration, which worked:
Just sharing in case it helps.