Docker install error

this is the error i get when i try to run the openenergymonitor/emoncms
system:
intel NUC I3

OS | Resin OS 2.3.0+rev1
Kernel version | 4.8.17-yocto-standard

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
[Sun Dec 02 12:15:11.689003 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.6.31 configured -- resuming normal operations
[Sun Dec 02 12:15:11.689029 2018] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

If you add the line

ServerName localhost

to the apache.conf file, that error will go away.

this is the following error i get:

[Mon Dec 03 18:32:52.925050 2018] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.6.31 configured -- resuming normal operations
[Mon Dec 03 18:32:52.925077 2018] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'```

Sorry about that.

I should’ve specified the fix was for the
Could not reliably determine the server's fully qualified domain name
part of the error.

1 Like