Hello
I am experiencing an issue when setting up EGroupware using Docker on my server.
During docker-compose up, the push service fails to start due to a volume mount error stating that a required directory (e.g., /var/lib/docker/volumes/egroupware_sources/_data/swoolepush) does not exist. The rest of the containers; like nginx & the core service, start without issue. 
I have tried checking the folder permissions & recreating the volumes but the problem persists. It seems like the push container expects the swoolepush folder to exist beforehand but it’s unclear whether this should be handled manually / by the installation process. 
Has anyone solved this by adjusting permissions; modifying volume definitions / updating the docker-compose.yml file to create the directories automatically?
Checked https://github.com/EGroupware/egroupware guide related to this and found it quite informative. While troubleshooting; I even wondered if tools like what is Microsoft Power Automate could help streamline some of these repetitive deployment tasks.
Any advice / step-by-step guidance would be greatly appreciated especially from anyone who has successfully deployed the push service in Docker. 
Fixing this reliably would help prevent frustrating deployment errors for others following the EGroupware Docker path.
Thank you !!