diff --git a/version/1.2.7/UPDATE.sh b/version/1.2.7/UPDATE.sh index ffd096a8..35c2903e 100644 --- a/version/1.2.7/UPDATE.sh +++ b/version/1.2.7/UPDATE.sh @@ -15,3 +15,9 @@ wget -O /etc/openpanel/nginx/vhosts/1.1/docker_nginx_domain.conf https://raw.git wget -O /etc/openpanel/nginx/vhosts/1.1/docker_openresty_domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/vhosts/1.1/docker_openresty_domain.conf wget -O /etc/openpanel/nginx/vhosts/1.1/docker_apache_domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/vhosts/1.1/docker_apache_domain.conf + +echo "" +echo "📥 Updating docker-compose.yml file for new domains.." + +cp /etc/openpanel/docker/compose/1.0/docker-compose.yml /etc/openpanel/docker/compose/1.0/127-docker-compose.yml +wget -O /etc/openpanel/docker/compose/1.0/docker-compose.yml https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/docker/compose/1.0/docker-compose.yml