You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docker compose up
[+] Running 1/0
✔ Container hauk Created 0.0s
Attaching to hauk
hauk | Started
hauk | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.2. Set the 'ServerName' directive globally to suppress this message
hauk | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.2. Set the 'ServerName' directive globally to suppress this message
hauk | [Sat Feb 17 19:56:57.517619 2024] [mpm_prefork:notice] [pid 10] AH00163: Apache/2.4.57 (Debian) PHP/8.2.8 configured -- resuming normal operations
hauk | [Sat Feb 17 19:56:57.517711 2024] [core:notice] [pid 10] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND
And when I check running services, nothing is listening on port 80.
Even when I try to run it like this:
# docker run -h hauk.mydomain.com bilde2910/hauk
Started
[Sat Feb 17 20:06:32.970414 2024] [mpm_prefork:notice] [pid 25] AH00163: Apache/2.4.57 (Debian) PHP/8.2.8 configured -- resuming normal operations
[Sat Feb 17 20:06:32.970491 2024] [core:notice] [pid 25] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'
Nothing is listening on port 80. I'm kinda new to docker and don't know how to troubleshoot this.
What can I do about this issue? The readme and docs don't cover this. Thank you
The text was updated successfully, but these errors were encountered:
I'm unable to run docker image:
And when I check running services, nothing is listening on port 80.
Even when I try to run it like this:
Nothing is listening on port 80. I'm kinda new to docker and don't know how to troubleshoot this.
What can I do about this issue? The readme and docs don't cover this. Thank you
The text was updated successfully, but these errors were encountered: