diff --git a/build-scripts/drupal7/docker-entrypoint-d7.sh b/build-scripts/drupal7/docker-entrypoint-d7.sh
index 17766a0702c883dab7375ecdae8857af0dc51d4f..9255d4b3811f41daab2be39fdbba1ed3a2e1c4a4 100644
--- a/build-scripts/drupal7/docker-entrypoint-d7.sh
+++ b/build-scripts/drupal7/docker-entrypoint-d7.sh
@@ -18,7 +18,7 @@ if [ -n "$APACHE_DOCROOT_DIR" ]; then
 fi
 
 # Allow the site name to be overriden.
-APACHE_SITE_NAME="${APACHE_SITE_NAME:-docker}"
+APACHE_SITE_NAME="${APACHE_SITE_NAME:-wcms-docker}"
 if [ -n "$APACHE_SITE_NAME" ]; then
      sed -i 's@^\s*ServerName.*@'"        ServerName ${APACHE_SITE_NAME}"'@'  /etc/apache2/sites-available/000-default.conf
 fi
diff --git a/build-scripts/wcms7.2/docker-entrypoint-p72.sh b/build-scripts/wcms7.2/docker-entrypoint-p72.sh
index 17766a0702c883dab7375ecdae8857af0dc51d4f..9255d4b3811f41daab2be39fdbba1ed3a2e1c4a4 100644
--- a/build-scripts/wcms7.2/docker-entrypoint-p72.sh
+++ b/build-scripts/wcms7.2/docker-entrypoint-p72.sh
@@ -18,7 +18,7 @@ if [ -n "$APACHE_DOCROOT_DIR" ]; then
 fi
 
 # Allow the site name to be overriden.
-APACHE_SITE_NAME="${APACHE_SITE_NAME:-docker}"
+APACHE_SITE_NAME="${APACHE_SITE_NAME:-wcms-docker}"
 if [ -n "$APACHE_SITE_NAME" ]; then
      sed -i 's@^\s*ServerName.*@'"        ServerName ${APACHE_SITE_NAME}"'@'  /etc/apache2/sites-available/000-default.conf
 fi