From be04bbee742532f1606ce9e87fa1b325e0cd2826 Mon Sep 17 00:00:00 2001 From: Antigravity AI Date: Mon, 6 Jul 2026 22:29:15 +0800 Subject: [PATCH] fix: correct volume names and dollar escaping in docker-stack.yml --- ummah-wordpress/docker-stack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ummah-wordpress/docker-stack.yml b/ummah-wordpress/docker-stack.yml index 791cabd..277f89b 100644 --- a/ummah-wordpress/docker-stack.yml +++ b/ummah-wordpress/docker-stack.yml @@ -42,7 +42,7 @@ services: define('WP_MEMORY_LIMIT', '256M'); define('WP_HOME', 'https://ummah2.falahos.my'); define('WP_SITEURL', 'https://ummah2.falahos.my'); - $_SERVER['HTTPS'] = 'on'; + $$_SERVER['HTTPS'] = 'on'; define('FORCE_SSL_ADMIN', true); volumes: - ummah2-wp-data:/var/www/html @@ -77,7 +77,7 @@ networks: volumes: ummah2-db-data: external: true - name: ummah2-db-data + name: ummah-wordpress_ummah2-db-data ummah2-wp-data: external: true - name: ummah2-wp-data + name: ummah-wordpress_ummah2-wp-data