Update
I spent some time and created an updated Dockerfile and docker-compose.yml
These are currently just on my github account, @wrongecho , do you have a preference on how this is managed?
Either I merge my fork with your repo when there are changes or if you can make me a contributor to the existing repo I can maintain it directly.
Changes:
- The new build uses an Ubuntu 24.04 base and PHP 8.3.6
- whois and php-gd are now installed by default and working
- php.ini changes are made for upload/post size and execution time

To do:
- Cron tab
- Upload new image to DockerHub (Currently building out of Dockerfile)
Future:
- Change base image to Alpine for a smaller footprint (Ubuntu is bigger but it just works)