i have an issue with setting up a server for minecraft. I'm using CasaOS with Big Bear setup for Pterodactyl. I have Node with a green heart, allocated ports, etc. Everything should by all right, but an error appears while I'm trying to start a server. Terminal logs:
container@pterodactyl~ Error Event [5b16b98c-22e6-4950-9099-36f817cd5f74]: environment/docker: failed to run pre-boot process: environment/docker: failed to create container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/lib/pterodactyl/volumes/243c55cb-2667-401c-ad5a-92b133ab3847
If I understand this correctly, the issue is about missing directory. I checked out manually and there was no /volumes/243c55cb-2667-401c-ad5a-92b133ab3847 dir in /var/lib/pterodactyl. The question is "Why"? The volume shouldn't by created automatically? Also a checked out volumes in my portainer.io and there wasn't any 243c55cb-2667-401c-ad5a-92b133ab3847 volume.
What's the matter?