tanmng / docker-chevereto-free

Dockerfiles for various release of Chevereto Free
38 stars 26 forks source link

Container never starts up. #19

Closed tehniemer closed 4 years ago

tehniemer commented 4 years ago

I'm having a hard time getting this container up. It always seems to hang at the following command

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.18. Set the 'ServerName' directive globally to suppress this message,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.18. Set the 'ServerName' directive globally to suppress this message,
[Mon Aug 24 01:59:20.129857 2020] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.2.11 configured -- resuming normal operations,
[Mon Aug 24 01:59:20.130049 2020] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

It never gets past this point, I've created it using the example docker-compose file exactly. When I try to visit the frontend on a browser all I see is Chevereto Free error: Internal Server Error

tehniemer commented 4 years ago

Turns out it was a database connection issue. Got it resolved.

TenseiWu commented 3 years ago

How to relsolve this issue. I need your help