Docker Questions

Is it possible to configure Apache with Servername in the Image.

Question 2:
Is it possible to add default mapping for /etc/localtime to /etc/localtime
Thats for the Timesync :slight_smile: or is there anther trick?

You can set CMS_SERVER_NAME which is in config.env, however, that warning is harmless and won’t cause an issue for you.

Xibo expects the system clock to be UTC (which is what Docker provides). You then set the timezone in the CMS settings.

If for some reason you really need the CMS container to see local time (and I can’t think of a reason you would), then as you’ve said you can map that in, but it’s not something we’d include by default.

For the MySQL container, you just need to pass in the TZ environment variable.