Unable to get docker image to work on Ubuntu 24.04.3 VM

I have a brand new fully-up-to-date VM of Ubuntu 24.04.3 with cockpit installed. I then installed podman for cockpit. I also tried the docker compose for 7.0.3 to 7.0.5.

In podman I map 8080 and 8443 to the docker images 80/443 respectively. No errors, just stops running.

If I do docker-compose that the docker-compose.yaml I changed the ports to 8080 and 8443 because Apache is already installed because of cockpit. Cockpit was installed using apt. I also have Let’s Encrypt on the server as well picking up a certificate.

I just get this:

Love OpenEMR? You can now support the project via the open collective:

Contribute - Open Collective

Starting apache!

AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 10.88.0.8. Set the ‘ServerName’ directive globally to suppress this message

^L
Streaming disconnected

The container exits. On docker-compose it just sits there without the ^L and Streaming disconnected.

Anyone? I haven’t heard anything. Has anyone not seen this?